Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
cb50a85d
Commit
cb50a85d
authored
Feb 12, 2019
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests/Makefile: launch valgrind_should with --clean-memory
See
#3729
.
parent
ae8269a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
algo/tests/Makefile
algo/tests/Makefile
+1
-1
No files found.
algo/tests/Makefile
View file @
cb50a85d
...
...
@@ -122,7 +122,7 @@ curated-vdj.zip: $(SHOULD_VDJ_ARCHIVE)
valgrind_should
:
vidjil
$(MAKE)
-C
"
$(REPORTS_PATH)
"
clean_valgrind
time
python3 should.py
--launcher
"
$(VALGRIND_CMD)
"
$(SHOULD)
time
python3 should.py
--launcher
"
$(VALGRIND_CMD)
"
--extra
=
--clean-memory
$(SHOULD)
valgrind_%
:
LAUNCHER
=
"
$(VALGRIND_CMD)
"
$(MAKE)
$(
patsubst
valgrind_%,%,
$@
)
...
...
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