1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

cmake: fix test execution

This commit is contained in:
Steffen Vogel 2020-06-16 02:46:31 +02:00
parent 32a4053b72
commit def4880096

View file

@ -46,7 +46,7 @@ add_custom_target(run-unit-tests
/bin/bash -o pipefail -c \"
LD_PRELOAD=/usr/lib64/libSegFault.so
SEGFAULT_SIGNALS=all
SEGFAULT_SIGNALS="bus abrt"
SEGFAULT_SIGNALS='bus abrt'
$<TARGET_FILE:unit-tests> 2>&1 | c++filt\"
DEPENDS
unit-tests