summaryrefslogtreecommitdiff
path: root/tests/cffi.urp
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-05-02 12:10:43 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-05-02 12:10:43 -0400
commit065cd9359366197fd8ea66cc584f4e857dfa6ab6 (patch)
treeb2b7e5a618878c8ac7026aa98312d6f9697bc9f6 /tests/cffi.urp
parentb57aab64873d55df8069cf520a6901bb2ce3d929 (diff)
More FFI compiler options
Diffstat (limited to 'tests/cffi.urp')
-rw-r--r--tests/cffi.urp5
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