summaryrefslogtreecommitdiff
path: root/tests/tests.cpp
diff options
context:
space:
mode:
authorJohn Glover <j@johnglover.net>2013-02-16 15:22:46 +0000
committerJohn Glover <j@johnglover.net>2013-02-16 15:22:46 +0000
commitd91fc3a5b7b9d7a4ca85882b029fefe2c8daa156 (patch)
tree0a615b89f3268d11762477ed991cff586738d458 /tests/tests.cpp
parent2b9cec80434f0bef506633deff97d289b483c97d (diff)
downloadsimpl-d91fc3a5b7b9d7a4ca85882b029fefe2c8daa156.tar.gz
simpl-d91fc3a5b7b9d7a4ca85882b029fefe2c8daa156.tar.bz2
simpl-d91fc3a5b7b9d7a4ca85882b029fefe2c8daa156.zip
[mq] Add C++ implementation of TWM
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 133c873..d185923 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -10,6 +10,7 @@
CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestPeak);
CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestFrame);
CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestMQPeakDetection);
+CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestTWM);
CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestLorisPeakDetection);
CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestMQPartialTracking);
CPPUNIT_TEST_SUITE_REGISTRATION(simpl::TestSMSPartialTracking);