[beast: 11/17] TESTS: move tests/filtertest here and into tests/Makefile.sub
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 11/17] TESTS: move tests/filtertest here and into tests/Makefile.sub
- Date: Sun, 15 Oct 2017 22:53:24 +0000 (UTC)
commit c49f801ab32485cbbb660d222f7d3c08de80a7ae
Author: Tim Janik <timj gnu org>
Date: Sun Oct 15 22:39:53 2017 +0200
TESTS: move tests/filtertest here and into tests/Makefile.sub
Signed-off-by: Tim Janik <timj gnu org>
tests/Makefile.sub | 7 +++++++
tests/bse/Makefile.am | 4 ----
tests/{bse => }/filtertest.cc | 0
3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/tests/Makefile.sub b/tests/Makefile.sub
index 0089d0b..e3743b6 100644
--- a/tests/Makefile.sub
+++ b/tests/Makefile.sub
@@ -51,6 +51,13 @@ tests_testresamplerq_LDADD = bse/libbse-@MAJOR@.la $(LIBBSE_LIBS)
tests_testresamplerq_SOURCES = \
tests/testresamplerq.cc
+# == filtertest ==
+NOINST_TESTS += tests/filtertest
+tests_filtertest_CXXFLAGS = $(SFI_CPPFLAGS) $(RAPICORN_CFLAGS)
+tests_filtertest_LDADD = bse/libbse-@MAJOR@.la $(LIBBSE_LIBS)
+tests_filtertest_SOURCES = \
+ tests/filtertest.cc
+
# == testresampler ==
#NOINST_TESTS += tests/testresampler
noinst_PROGRAMS += tests/testresampler
diff --git a/tests/bse/Makefile.am b/tests/bse/Makefile.am
index dd633b5..c4d9f65 100644
--- a/tests/bse/Makefile.am
+++ b/tests/bse/Makefile.am
@@ -26,10 +26,6 @@ progs_ldadd = ../../bse/libbse-@MAJOR@.la $(LIBBSE_LIBS)
#$(srcdir)/cxxbinding.cc: bsecxxapi.hh
#$(srcdir)/cxxbinding.cc: bsecxxapi.cc
-TAPTESTS += filtertest
-filtertest_SOURCES = filtertest.cc
-filtertest_LDADD = $(progs_ldadd)
-
SFIDL = $(top_builddir)/sfi/sfidl
SFIDL_INC = --nostdinc -I$(top_srcdir) -I$(top_builddir)
diff --git a/tests/bse/filtertest.cc b/tests/filtertest.cc
similarity index 100%
rename from tests/bse/filtertest.cc
rename to tests/filtertest.cc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]