From 471d5a79a82a673ca46d3a4e711f54ae1409c0f3 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 2 May 2009 12:50:52 -0400 Subject: Add 'library' directive --- tests/clib.urp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/clib.urp (limited to 'tests/clib.urp') 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 -- cgit v1.2.3