BlinkenArea - GitList
Repositories
Blog
Wiki
uproctrace
Code
Commits
Branches
Tags
Search
Tree:
23960e6
Branches
Tags
master
uproctrace
tests
CMakeLists.txt
call two binaries in test
Stefan Schuermans
commited
23960e6
at 2020-05-17 17:42:54
CMakeLists.txt
Blame
History
Raw
add_test( NAME first COMMAND bash -c " > out.proto ( export LWPTPL_OUTPUT=out.proto export LD_PRELOAD=${CMAKE_BINARY_DIR}/liblwptpl/liblwptpl.so /bin/true a b 'c d' /bin/false e f 'g h' ) ls -l out.proto protoc --proto_path ${CMAKE_SOURCE_DIR}/liblwpttr lwproctrace.proto \ --decode lwproctrace.event < out.proto " )