summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-12-21 00:31:26 +0200
committerAdrian Thurston <thurston@colm.net>2019-12-21 00:31:26 +0200
commit29cf357170b4b30eb3fded744b55365476f9b5f9 (patch)
treeff82ee11772aacb726fe097307ec37649b7f9bd9 /test
parent26e2d3ec85a18b8864cabf1566b0986d01b4eadc (diff)
downloadcolm-29cf357170b4b30eb3fded744b55365476f9b5f9.tar.gz
testing: added missing *.exp files to dist, don't configure with crack
Diffstat (limited to 'test')
-rw-r--r--test/aapl.d/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/aapl.d/Makefile.am b/test/aapl.d/Makefile.am
index 0e71b553..93e03ac2 100644
--- a/test/aapl.d/Makefile.am
+++ b/test/aapl.d/Makefile.am
@@ -60,6 +60,14 @@ test_compare_SOURCES = test_compare.cpp util.cpp
test_string_SOURCES = test_string.cpp util.cpp
test_rope_SOURCES = test_rope.cpp util.cpp
+EXTRA_DIST = \
+ test_allavl.exp test_allsort.exp test_avlikeyless.exp test_avliter.exp \
+ test_avlkeyless.exp test_bstmap.exp test_bstset.exp test_bsttable.exp \
+ test_bubblesort.exp test_compare.exp test_dlistval.exp test_doublelist.exp \
+ test_insertsort.exp test_mergesort.exp test_quicksort.exp test_rope.exp \
+ test_sbstmap.exp test_sbstset.exp test_sbsttable.exp test_string.exp \
+ test_svector.exp test_vector.exp
+
gentests: gentests.sh Makefile
@$(top_srcdir)/sedsubst $< $@ -w,+x $(SED_SUBST)