Skip to content

Commit ec24c1b

Browse files
committed
Test suite compatibility with new autotools
git-svn-id: svn+ssh://svn.code.sf.net/p/meteosatlib/code/trunk@931 7b7aedef-af05-4ae1-8915-7847460b892b
1 parent c2ee8cd commit ec24c1b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/Makefile.am

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ check_PROGRAMS = msatlib_test
2020

2121
dist_check_SCRIPTS = runtest
2222

23-
TESTS = $(check_PROGRAMS)
2423
TESTS_ENVIRONMENT = $(srcdir)/runtest
2524

25+
check-local:
26+
for test in $(check_PROGRAMS); do \
27+
$(TESTS_ENVIRONMENT) $$test ; \
28+
done
29+
2630
dist_noinst_HEADERS = \
2731
tut.h \
2832
tut_reporter.h \

0 commit comments

Comments
 (0)