diff options
Diffstat (limited to 'tools/tests')
-rw-r--r-- | tools/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tests/Makefile.am b/tools/tests/Makefile.am index feffcc9..7936743 100644 --- a/tools/tests/Makefile.am +++ b/tools/tests/Makefile.am @@ -49,7 +49,7 @@ CHECK_PROGS = \ noinst_PROGRAMS = \ $(CHECK_PROGS) -TESTS = $(CHECK_PROGS:=$(EXEEXT)) +TESTS = $(CHECK_PROGS) test_save_SOURCES = \ test-save.c \ |