r3905 - in trunk: . slowtests



Author: stw
Date: 2006-09-27 05:45:59 -0400 (Wed, 27 Sep 2006)
New Revision: 3905

Added:
   trunk/slowtests/testresampler.cc
Modified:
   trunk/ChangeLog
   trunk/slowtests/Makefile.am
Log:
Wed Sep 27 11:30:27 2006  Stefan Westerfeld  <stefan space twc de>

	* slowtests/Makefile.am:
	* slowtests/testresampler.cc: Moved testresampler.cc from bse/tests to
	slowtests, to prepare it for automatic accuracy testing. Excessive
	automatic testing will be quite slow, thus it needs to be in this
	directory.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-09-27 09:45:03 UTC (rev 3904)
+++ trunk/ChangeLog	2006-09-27 09:45:59 UTC (rev 3905)
@@ -1,3 +1,11 @@
+Wed Sep 27 11:30:27 2006  Stefan Westerfeld  <stefan space twc de>
+
+	* slowtests/Makefile.am:
+	* slowtests/testresampler.cc: Moved testresampler.cc from bse/tests to
+	slowtests, to prepare it for automatic accuracy testing. Excessive
+	automatic testing will be quite slow, thus it needs to be in this
+	directory.
+
 Tue Sep 26 18:47:39 2006  Tim Janik  <timj gtk org>
 
 	* tools/bsewavetool.cc: mention in --help that chunks are exported

Modified: trunk/slowtests/Makefile.am
===================================================================
--- trunk/slowtests/Makefile.am	2006-09-27 09:45:03 UTC (rev 3904)
+++ trunk/slowtests/Makefile.am	2006-09-27 09:45:59 UTC (rev 3905)
@@ -43,7 +43,7 @@
 
 # === test programs ===
 TESTS = perftest testwavechunk
-noinst_PROGRAMS = $(TESTS)
+noinst_PROGRAMS = $(TESTS) testresampler
 progs_ldadd = $(top_builddir)/bse/libbse.la
 # testwavechunk
 testwavechunk_SOURCES = testwavechunk.c cxxdummy.cc
@@ -51,3 +51,6 @@
 # perftest
 perftest_SOURCES = perftest.cc bsecxxapi.cc
 perftest_LDADD = $(progs_ldadd)
+# testresampler
+testresampler_SOURCES = testresampler.cc
+testresampler_LDADD = $(progs_ldadd)

Copied: trunk/slowtests/testresampler.cc (from rev 3903, trunk/bse/tests/testresampler.cc)




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]