[Patch v4 2/9] test: add support for compiling and running C snippets

2015-03-21 Thread Tomi Ollila
On Sat, Mar 14 2015, David Bremner wrote: > This is to limit the copy-pasta involved in running C tests. I decided Wat kind of spaghetti have you been eating... ;D > to keep things simple and not try to provide an actual C skeleton. > > The setting of LD_LIBRARY_PATH is to force using the

Re: [Patch v4 2/9] test: add support for compiling and running C snippets

2015-03-21 Thread Tomi Ollila
On Sat, Mar 14 2015, David Bremner da...@tethera.net wrote: This is to limit the copy-pasta involved in running C tests. I decided Wat kind of spaghetti have you been eating... ;D to keep things simple and not try to provide an actual C skeleton. The setting of LD_LIBRARY_PATH is to force

[Patch v4 2/9] test: add support for compiling and running C snippets

2015-03-14 Thread David Bremner
This is to limit the copy-pasta involved in running C tests. I decided to keep things simple and not try to provide an actual C skeleton. The setting of LD_LIBRARY_PATH is to force using the built libnotmuch rather than any potential system one. --- test/README | 5 + test/test-lib.sh