From c21c1455fdfc6e87d75941f48841c72903e1e0f4 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 14 May 2013 22:53:42 -0400 Subject: Add requirement for plugin_is_GPL_compatible symbol in loaded objects. --- tests/scripts/features/load | 2 ++ tests/scripts/features/loadapi | 2 ++ 2 files changed, 4 insertions(+) (limited to 'tests/scripts') diff --git a/tests/scripts/features/load b/tests/scripts/features/load index 78d5c51..2e3f263 100644 --- a/tests/scripts/features/load +++ b/tests/scripts/features/load @@ -20,6 +20,8 @@ print $F <<'EOF' ; #include "gnumake.h" +int plugin_is_GPL_compatible; + int testload_gmk_setup (gmk_floc *pos) { diff --git a/tests/scripts/features/loadapi b/tests/scripts/features/loadapi index 94a48a7..4976ce3 100644 --- a/tests/scripts/features/loadapi +++ b/tests/scripts/features/loadapi @@ -20,6 +20,8 @@ print $F <<'EOF' ; #include "gnumake.h" +int plugin_is_GPL_compatible; + static char * test_eval (const char *buf) { -- cgit v1.2.3