Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Telatynski
Olm
Commits
add885c8
Commit
add885c8
authored
Oct 01, 2020
by
Lukas Lihotzki
Browse files
add test_mem target for valgrind memcheck
parent
be0c3189
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
add885c8
...
...
@@ -225,6 +225,12 @@ test: build_tests
$$
i
||
exit
$$
?
;
\
done
test_mem
:
build_tests
for
i
in
$(TEST_BINARIES)
;
do
\
echo
$$
i
;
\
valgrind
-q
--leak-check
=
yes
--exit-on-first-error
=
yes
--error-exitcode
=
1
$$
i
||
exit
$$
?
;
\
done
fuzzers
:
$(FUZZER_BINARIES) $(FUZZER_DEBUG_BINARIES)
.PHONY
:
fuzzers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment