diff options
author | Adrian Thurston <thurston@complang.org> | 2011-07-31 06:36:56 +0000 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2011-07-31 06:36:56 +0000 |
commit | 7c0b3deac8a3459b9cf49c01c8427f24cff2cf82 (patch) | |
tree | 8ef89a6c2aa8a5360c9938012d678347d2bedf7e /configure.in | |
parent | b10aa23f6da3f4179f54e5522c042d8599baa968 (diff) | |
download | colm-7c0b3deac8a3459b9cf49c01c8427f24cff2cf82.tar.gz |
Automake files in the tests directory now used only for adding files to the
dist. The makefiles that run the tests are now called runtests.mk. Now have the
test suite in the dist. refs #294.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 9e877adf..983599c1 100644 --- a/configure.in +++ b/configure.in @@ -91,8 +91,8 @@ fi fi # build_parsers dnl write output files -AC_OUTPUT( Makefile colm/Makefile aapl/Makefile test/Makefile +AC_OUTPUT(Makefile colm/Makefile aapl/Makefile test/Makefile test/python/Makefile test/html/Makefile test/xml/Makefile test/http/Makefile - test/cxx/Makefile test/ruby/Makefile ) + test/cxx/Makefile test/ruby/Makefile) echo "configuration of colm complete" |