From 501767464ebc1a0cd4f1d01c18acb8134727954c Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Mon, 18 Nov 2019 15:51:57 -0800 Subject: fixes for running the test suite out of a "make dist" tarball Currently disabled the test dirs that are not automake based because they do not work with make dist. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e8a38785..06423420 100644 --- a/configure.ac +++ b/configure.ac @@ -316,6 +316,9 @@ AC_OUTPUT([ test/aapl.d/Makefile test/colm.d/Makefile test/ragel.d/Makefile + test/rlhc.d/Makefile + test/rlparse.d/Makefile + test/trans.d/Makefile doc/Makefile doc/colm/Makefile doc/ragel/Makefile -- cgit v1.2.1