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:
parent
32a4053b72
commit
def4880096
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue