remove valgrind for now
This commit is contained in:
@@ -12,11 +12,9 @@ TESTBIN := TMP/"all_tests"
|
|||||||
|
|
||||||
set shell := ["bash", "-cu"]
|
set shell := ["bash", "-cu"]
|
||||||
|
|
||||||
RUNNER := if os() == "linux" { "valgrind" } else { "" }
|
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
test: build
|
test: build
|
||||||
{{RUNNER}} {{TESTBIN}}
|
{{TESTBIN}}
|
||||||
|
|
||||||
test_memcheck: build
|
test_memcheck: build
|
||||||
valgrind --leak-check=full \
|
valgrind --leak-check=full \
|
||||||
|
|||||||
Reference in New Issue
Block a user