aboutsummaryrefslogtreecommitdiffhomepage
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
commitf996ddede8ad8df6a6b475185b5384366f0dd6c9 (patch)
treeb2b7e5a618878c8ac7026aa98312d6f9697bc9f6 /tests/cffi.urp
parent4b3399b59d17ed32c8c2800267b8c59fd0378f21 (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