diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ce035a37d..bcdaa5f9e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -23,7 +23,7 @@ root_tests = $(all_root_tests) # Ensure that all version-controlled executable files are listed # in $(all_tests). -vc_exe_in_TESTS: Makefile +vc_exe_in_TESTS: $(AM_V_GEN)if test -d $(top_srcdir)/.git && test $(srcdir) = .; then \ { \ for t in $(all_tests); do echo $$t; done; \ |