summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-09-19 15:28:37 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-09-19 15:28:37 +0200
commit7545748544aa0b3c5de36643e3eaf95228cf7ccd (patch)
treeb56be1e37781a42913dbb704b409f9959a8606d6
parent7016c8844cdbb0489345a9255972380a79760b20 (diff)
Add uunit to dist files.
-rw-r--r--Makefile.am5
-rw-r--r--test/Makefile.am3
2 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 7014a8a..4196db7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,4 +25,7 @@ EXTRA_DIST = \
zita-resampler/libs/resampler.cc \
zita-resampler/libs/resampler-table.cc \
zita-resampler/libs/zita-resampler/resampler-table.h \
- zita-resampler/libs/zita-resampler/resampler.h
+ zita-resampler/libs/zita-resampler/resampler.h \
+\
+ test/uunit/uunit.h \
+ test/uunit/uunit.cc
diff --git a/test/Makefile.am b/test/Makefile.am
index 2ed1fdc..c2c151d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -15,7 +15,6 @@ TESTS += translationtest
endif
EXTRA_DIST = \
- dgunit.h \
drumkit_creator.h \
lv2_test_host.h \
scopedfile.h \
@@ -25,7 +24,7 @@ if ENABLE_LV2
TESTS += lv2
endif
-check_PROGRAMS = $(TESTS)
+check_PROGRAMS = $(TESTS)
resource_CXXFLAGS = -I$(top_srcdir)/test/uunit -DOUTPUT=\"resource\" $(SNDFILE_CFLAGS) \
$(DEBUG_FLAGS) \
-I$(top_srcdir)/src \