diff options
author | Akim Demaille <demaille@gostai.com> | 2012-02-16 15:27:03 +0100 |
---|---|---|
committer | Akim Demaille <demaille@gostai.com> | 2012-02-16 15:52:14 +0100 |
commit | 2e4986a88d5dbf180dc3829a67b5f420e727d470 (patch) | |
tree | 793b3e750f9f26f03104018fb40b46db151ac6f3 /Makefile.am | |
parent | aeb57fb68d65623029357887015c2044342e2722 (diff) | |
download | bison-2e4986a88d5dbf180dc3829a67b5f420e727d470.tar.gz |
calc++: factor for other extracted tests.
* Makefile.am (TESTS, check_PROGRAMS): Initialize here.
* examples/local.mk (doc, extexi): Define here.
* examples/calc++/local.mk: Adjust accordingly.
* configure.ac: Ask for parallel-tests (for the way the logs
are handled).
* examples/calc++/test: As a consequence, always be verbose.
($prog): New.
(run): Use it.
Sort the tests in a more natural order (simplest first).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8f00e603..26e87cfd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,10 +41,12 @@ AM_CFLAGS = $(WARN_CFLAGS) AM_CPPFLAGS = -I. -Ilib -I$(top_srcdir) -I$(top_srcdir)/lib BUILT_SOURCES = DISTCLEANFILES = +MOSTLYCLEANDIRS = MOSTLYCLEANFILES = SUFFIXES = +TESTS = +check_PROGRAMS = noinst_LIBRARIES = -MOSTLYCLEANDIRS = include build-aux/local.mk include data/local.mk |