diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-05-02 12:50:52 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-05-02 12:50:52 -0400 |
commit | 471d5a79a82a673ca46d3a4e711f54ae1409c0f3 (patch) | |
tree | 16510fccf9c64c746597334f24e86fbdc6f98e96 /tests/cffi.urp | |
parent | f996ddede8ad8df6a6b475185b5384366f0dd6c9 (diff) |
Add 'library' directive
Diffstat (limited to 'tests/cffi.urp')
-rw-r--r-- | tests/cffi.urp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/cffi.urp b/tests/cffi.urp index f2755cb6..a8f6c2b7 100644 --- a/tests/cffi.urp +++ b/tests/cffi.urp @@ -1,12 +1,4 @@ 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 +library clib cffi |