diff options
-rw-r--r-- | .github/workflows/build-test.yml | 2 | ||||
-rw-r--r-- | test/aapl.d/Makefile.am | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index d6c655c3..da649a2e 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -1,4 +1,4 @@ -name: C/C++ CI +name: Build/Test/Dist CI on: [push] 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 \ |