2642378e93c564f94a5fded1324def6e58c69eac
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

1) add_test(
2)   NAME
3)   first
4)   COMMAND
5)   bash -c
6)   "
7)     > out.proto
Stefan Schuermans call two binaries in test

Stefan Schuermans authored 4 years ago

8)     (
9)       export LWPTPL_OUTPUT=out.proto
10)       export LD_PRELOAD=${CMAKE_BINARY_DIR}/liblwptpl/liblwptpl.so
11)       /bin/true a b 'c d'
12)       /bin/false e f 'g h'
13)     )