Fix the testsuite to preserve the various arguments of configure.
[boost.m4.git] / tests / Makefile.am
blob0532b4b95bd1d1d9fbf9512cdb01c4c44a0f50c3
1 # Copyright (C) 2007  Benoit Sigoure <tsuna@lrde.epita.fr>
3 # This program is free software: you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation, either version 3 of the License, or
6 # (at your option) any later version.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 EXTRA_DIST = testsuite.at $(TESTSUITE) atlocal.in package.m4.in
17 TESTSUITE = $(srcdir)/testsuite
18 CLEANFILES = atconfig
20 check-local: atconfig atlocal $(TESTSUITE)
21         $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS)
23 # Run the test suite on the *installed* tree (not necessary ATM => disabled).
24 #installcheck-local: atconfig atlocal $(TESTSUITE)
25 #       $(SHELL) $(TESTSUITE) AUTOTEST_PATH="$(bindir)" $(TESTSUITEFLAGS)
27 clean-local:
28         test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --clean
29         rm -f -r autom4te.cache
31 AUTOTEST = $(AUTOM4TE) --language=autotest
33 $(TESTSUITE): package.m4 $(srcdir)/testsuite.at
34         $(AUTOTEST) -I '$(srcdir)' $@.at -o $@.tmp
35         mv $@.tmp $@
37 atconfig: $(top_builddir)/config.status
38         cd $(top_builddir) && $(SHELL) ./config.status tests/$@