diff options
Diffstat (limited to 'tests/cffi.urp')
-rw-r--r-- | tests/cffi.urp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/cffi.urp b/tests/cffi.urp index ed64da3a..f2755cb6 100644 --- a/tests/cffi.urp +++ b/tests/cffi.urp @@ -1,7 +1,12 @@ debug ffi test include test.h +script http://localhost/test/test.js link test.o effectful Test.print +serverOnly Test.foo +clientOnly Test.bar +jsFunc Test.print=print +jsFunc Test.bar=bar cffi |