summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-12-21 01:02:04 +0200
committerAdrian Thurston <thurston@colm.net>2019-12-21 01:02:04 +0200
commitca2fc51203d0539934dcf49d2d9c7592cebb96d7 (patch)
treeea547ea1c661d62bda16412f6b400335a5d67cb0 /test
parent29cf357170b4b30eb3fded744b55365476f9b5f9 (diff)
downloadcolm-ca2fc51203d0539934dcf49d2d9c7592cebb96d7.tar.gz
testing: fixed EXTRA_DIST in test/aapl.d/
Diffstat (limited to 'test')
-rw-r--r--test/aapl.d/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/aapl.d/Makefile.am b/test/aapl.d/Makefile.am
index 93e03ac2..5436bdbf 100644
--- a/test/aapl.d/Makefile.am
+++ b/test/aapl.d/Makefile.am
@@ -4,8 +4,6 @@
CPPFLAGS = @SUBJ_AAPL_CPPFLAGS@
-EXTRA_DIST = avlverify.h util.h gentests.sh
-
noinst_PROGRAMS = \
stress_avltree stress_avliter stress_avlmel \
stress_avlmelkey stress_avlitree stress_avlmap \
@@ -61,6 +59,7 @@ test_string_SOURCES = test_string.cpp util.cpp
test_rope_SOURCES = test_rope.cpp util.cpp
EXTRA_DIST = \
+ avlverify.h util.h gentests.sh \
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 \