summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-11-18 15:51:57 -0800
committerAdrian Thurston <thurston@colm.net>2019-11-24 15:42:23 -0800
commit501767464ebc1a0cd4f1d01c18acb8134727954c (patch)
tree6e52308bb4d401752efb4ea1bc4f26540e4f0555 /test/Makefile.am
parent365d61749fdf450bd2142e427aadc4244e716355 (diff)
downloadcolm-501767464ebc1a0cd4f1d01c18acb8134727954c.tar.gz
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.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 0505c146..bf03e184 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2,6 +2,8 @@ SUBDIRS = . aapl.d colm.d ragel.d rlhc.d rlparse.d trans.d
noinst_SCRIPTS = subject.mk subject.sh
+EXTRA_DIST = subject.mk.in subject.sh.in runtests timed
+
subject.mk: subject.mk.in Makefile
@$(top_srcdir)/sedsubst $< $@ -w,+x $(SED_SUBST)