summaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
authorJohn Glover <j@johnglover.net>2013-06-21 13:01:34 +0200
committerJohn Glover <j@johnglover.net>2013-06-21 13:01:34 +0200
commit0748af1f211540bced097b8438c29ea58d202739 (patch)
treee7188bc11b2160be318f56cf460e47700f9e2d94 /tests/tests.cpp
parentacfa96cb1f22aab00a3ec310a93b40f0adf3fe35 (diff)
downloadsimpl-0748af1f211540bced097b8438c29ea58d202739.tar.gz
simpl-0748af1f211540bced097b8438c29ea58d202739.tar.bz2
simpl-0748af1f211540bced097b8438c29ea58d202739.zip
[tests] Add basic SndObjSynthesis tests
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp
index 11fbebf..dc11c98 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -20,6 +20,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestLorisPartialTracking);
CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestMQSynthesis);
CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestLorisSynthesis);
CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestSMSSynthesis);
+CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestSndObjSynthesis);
int main(int arg, char **argv) {
CppUnit::TextTestRunner runner;