Skip to content

Commit

Permalink
Add more conditions to the tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Apr 26, 2015
1 parent ebf53cf commit 82af981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ cmake -DCUSTOM_ALLOC=$CUSTOM_ALLOC -DCMAKE_BUILD_TYPE=Debug $SOURCE
make
ctest -V
ctest -T memcheck | tee memcheck.out
if grep -q 'Memory Leak' memcheck.out; then
if grep -q 'Memory Leak\|IPW\|Uninitialized Memory Conditional' memcheck.out; then
exit 1
fi

0 comments on commit 82af981

Please sign in to comment.