]> Dogcows Code - chaz/tar/commitdiff
Follow autoconf recommendation for TESTSUITEFLAGS.
authorEric Blake <ebb9@byu.net>
Thu, 18 Jun 2009 09:30:04 +0000 (12:30 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 18 Jun 2009 09:30:04 +0000 (12:30 +0300)
* tests/Makefile.am (check-local, installcheck-local): Honor
TESTSUITEFLAGS.

tests/Makefile.am

index 2c13231fb0a42257c6605399f70693d06aa4b005..e44dad73a564219f2344af9dd1bc4d51d8143fc8 100644 (file)
@@ -140,7 +140,7 @@ clean-local:
        test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --clean
 
 check-local: atconfig atlocal $(TESTSUITE)
-       $(SHELL) $(TESTSUITE)
+       $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS)
 
 check-full:
        FULL_TEST=1 $(MAKE) check
@@ -149,7 +149,7 @@ check-full:
 
 # Run the test suite on the *installed* tree.
 installcheck-local:
-       $(SHELL) $(TESTSUITE) AUTOTEST_PATH=$(exec_prefix)/bin
+       $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS) AUTOTEST_PATH=$(exec_prefix)/bin
 
 
 ## ------------ ##
This page took 0.021373 seconds and 4 git commands to generate.