diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 14d8436d..159fe419 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -40,4 +40,6 @@ test_block_header_SOURCES = test_block_header.c test_index_SOURCES = test_index.c test_info_SOURCES = test_info.c -TESTS = $(check_PROGRAMS) +TESTS = \ + $(check_PROGRAMS) \ + test_files.sh |