aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 594b1f5..2d5a2d6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -60,17 +60,17 @@ M4=m4
60 60
61AUTOTEST = $(AUTOM4TE) --language=autotest 61AUTOTEST = $(AUTOM4TE) --language=autotest
62$(TESTSUITE): package.m4 $(TESTSUITE_AT) 62$(TESTSUITE): package.m4 $(TESTSUITE_AT)
63 $(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp 63 $(AM_V_GEN)$(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
64 mv $@.tmp $@ 64 $(AM_V_at)mv $@.tmp $@
65 65
66atconfig: $(top_builddir)/config.status 66atconfig: $(top_builddir)/config.status
67 cd $(top_builddir) && ./config.status tests/$@ 67 @cd $(top_builddir) && ./config.status tests/$@
68 68
69clean-local: 69clean-local:
70 test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --clean 70 @test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --clean
71 71
72check-local: atconfig atlocal $(TESTSUITE) 72check-local: atconfig atlocal $(TESTSUITE)
73 $(SHELL) $(TESTSUITE) 73 @$(SHELL) $(TESTSUITE)
74 74
75# Run the test suite on the *installed* tree. 75# Run the test suite on the *installed* tree.
76#installcheck-local: 76#installcheck-local:

Return to:

Send suggestions and report system problems to the System administrator.