BlinkenArea - GitList
Repositories
Blog
Wiki
uproctrace
Code
Commits
Branches
Tags
Search
Tree:
81bf78b
Branches
Tags
master
uproctrace
tests
CMakeLists.txt
lwpttr -> lwptev
Stefan Schuermans
commited
81bf78b
at 2020-05-17 18:09:10
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} lwproctrace.proto \ --decode lwproctrace.event < out.proto " )