Mercurial > urweb
annotate tests/clib.urp @ 1564:da11f7b18067
Add an URWEB_PQ_CON environment variable, which overrides the PostgreSQL connection string.
author | Austin Seipp <as@hacks.yi.org> |
---|---|
date | Fri, 23 Sep 2011 23:11:59 -0500 |
parents | eac1974924bb |
children |
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@771 | 8 effectful Test.transactional |
adamc@767 | 9 jsFunc Test.print=print |
adamc@767 | 10 jsFunc Test.bar=bar |