aboutsummaryrefslogtreecommitdiff
path: root/tests/makeplugin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/makeplugin.sh')
-rwxr-xr-xtests/makeplugin.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/makeplugin.sh b/tests/makeplugin.sh
new file mode 100755
index 0000000..086fefd
--- /dev/null
+++ b/tests/makeplugin.sh
@@ -0,0 +1,3 @@
1#!/bin/sh
2
3g++ -fPIC -shared -Wl,-soname,guy.so -o guy.so -I../src -I../src/test/plugin guy.cpp ../src/test/plugin/plugin.cpp