git.annexia.org
/
miniexpect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b10e96e
)
tests: valgrind: Rebuild tests before running them
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 26 Jul 2022 08:55:45 +0000
(09:55 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 26 Jul 2022 08:55:45 +0000
(09:55 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
3a685c9
..
69976bf
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-58,7
+58,7
@@
test_multi_match_LDADD = libminiexpect.la
# parallel-tests breaks the ability to put 'valgrind' into
# TESTS_ENVIRONMENT. Hence we have to work around it:
-check-valgrind:
+check-valgrind:
$(TESTS)
for t in $(TESTS); do \
$(LIBTOOL) --mode=execute $(VG) ./$$t; \
r=$$?; \