diff options
Diffstat (limited to 'tests/clib.urp')
-rw-r--r-- | tests/clib.urp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/clib.urp b/tests/clib.urp new file mode 100644 index 00000000..b803a604 --- /dev/null +++ b/tests/clib.urp @@ -0,0 +1,9 @@ +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 |