annotate tests/clib.urp @ 767:d27ed5ddeb52

Add 'library' directive
author Adam Chlipala <adamc@hcoop.net>
date Sat, 02 May 2009 12:50:52 -0400
parents
children eac1974924bb
rev   line source
adamc@767 1 ffi test
adamc@767 2 include test.h
adamc@767 3 script http://localhost/test/test.js
adamc@767 4 link test.o
adamc@767 5 effectful Test.print
adamc@767 6 serverOnly Test.foo
adamc@767 7 clientOnly Test.bar
adamc@767 8 jsFunc Test.print=print
adamc@767 9 jsFunc Test.bar=bar