81bf78b39d3b82f8ffd123f796ae5e6f5228af4c
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)     )
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

14)     ls -l out.proto
Stefan Schuermans lwpttr -> lwptev

Stefan Schuermans authored 4 years ago

15)     protoc --proto_path ${CMAKE_SOURCE_DIR} lwproctrace.proto \