diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 57aa781bf..57faebb1e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -978,6 +978,8 @@ check-valgrind: $(MAKE) $(AM_MAKEFLAGS) check TESTS_ENVIRONMENT='$(TESTS_ENVIRONMENT) $(top_builddir)/libtool --mode=execute valgrind $(VALGRIND_FLAGS)' 2>&1 | tee valgrind-log +$(TESTS): $(check_PROGRAMS) + %.log: % $(check_PROGRAMS) -./$< |