diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/makeplugin.sh | 3 |
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 | |||
3 | g++ -fPIC -shared -Wl,-soname,guy.so -o guy.so -I../src -I../src/test/plugin guy.cpp ../src/test/plugin/plugin.cpp | ||