summaryrefslogtreecommitdiff
path: root/tests/scripts
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-14 22:53:42 -0400
committerPaul Smith <psmith@gnu.org>2013-05-14 22:53:42 -0400
commitb7041cbb385e9a35a6ba2da69bf9cffbce678eee (patch)
tree07578812e5d846bc943a114db1c3f37a99079982 /tests/scripts
parent437d162d3f4a7f1aa0609c5a515f4bd3c40d2a2f (diff)
downloadmake-b7041cbb385e9a35a6ba2da69bf9cffbce678eee.tar.gz
Add requirement for plugin_is_GPL_compatible symbol in loaded objects.
Diffstat (limited to 'tests/scripts')
-rw-r--r--tests/scripts/features/load2
-rw-r--r--tests/scripts/features/loadapi2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/scripts/features/load b/tests/scripts/features/load
index 78d5c512..2e3f263c 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 94a48a71..4976ce3b 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)
{