summaryrefslogtreecommitdiff
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
parent26e2d3ec85a18b8864cabf1566b0986d01b4eadc (diff)
downloadcolm-29cf357170b4b30eb3fded744b55365476f9b5f9.tar.gz
testing: added missing *.exp files to dist, don't configure with crack
-rw-r--r--.github/workflows/build-test.yml2
-rw-r--r--test/aapl.d/Makefile.am8
2 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 1a7125ad..d6c655c3 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -29,7 +29,7 @@ jobs:
run: mkdir unpack && tar -C unpack -zxvf colm-suite-*.tar.gz
- name: configure the dist
- run: cd unpack/colm-suite-* && ./configure --with-crack=/home/thurston/pkgs/crack --disable-manual
+ run: cd unpack/colm-suite-* && ./configure --disable-manual
- name: make the dist
run: cd unpack/colm-suite-* && make
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)