From 065cd9359366197fd8ea66cc584f4e857dfa6ab6 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 2 May 2009 12:10:43 -0400 Subject: More FFI compiler options --- tests/cffi.urp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/cffi.urp') 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 -- cgit v1.2.3