diff options
author | John Glover <j@johnglover.net> | 2013-01-25 14:50:03 +0100 |
---|---|---|
committer | John Glover <j@johnglover.net> | 2013-01-25 14:50:03 +0100 |
commit | 10bc63c13cf9a6195d6b19f832258ff8e1d84f78 (patch) | |
tree | 09f101412c47a485a6d2b623183354a9200db44c /tests/tests.cpp | |
parent | 42381e2a704850cca13c74110813fa865727cef8 (diff) | |
download | simpl-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.cpp | 1 |
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; |