diff tests/cffi.urp @ 766:df09c95085f8

More FFI compiler options
author Adam Chlipala <adamc@hcoop.net>
date Sat, 02 May 2009 12:10:43 -0400
parents a28982de5645
children d27ed5ddeb52
line wrap: on
line diff
--- a/tests/cffi.urp	Sat May 02 11:27:26 2009 -0400
+++ b/tests/cffi.urp	Sat May 02 12:10:43 2009 -0400
@@ -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