summaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
authorJohn Glover <j@johnglover.net>2013-01-25 14:50:03 +0100
committerJohn Glover <j@johnglover.net>2013-01-25 14:50:03 +0100
commit10bc63c13cf9a6195d6b19f832258ff8e1d84f78 (patch)
tree09f101412c47a485a6d2b623183354a9200db44c /tests/tests.cpp
parent42381e2a704850cca13c74110813fa865727cef8 (diff)
downloadsimpl-10bc63c13cf9a6195d6b19f832258ff8e1d84f78.tar.gz
simpl-10bc63c13cf9a6195d6b19f832258ff8e1d84f78.tar.bz2
simpl-10bc63c13cf9a6195d6b19f832258ff8e1d84f78.zip
[tests] Add basic tests for SMS synthesis
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 d13b4f7..133c873 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -16,6 +16,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestSMSPartialTracking);
CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestLorisPartialTracking);
CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestMQSynthesis);
CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestLorisSynthesis);
+CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestSMSSynthesis);
int main(int arg, char **argv) {
CppUnit::TextTestRunner runner;