From d91fc3a5b7b9d7a4ca85882b029fefe2c8daa156 Mon Sep 17 00:00:00 2001 From: John Glover Date: Sat, 16 Feb 2013 15:22:46 +0000 Subject: [mq] Add C++ implementation of TWM --- tests/test_peak_detection.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tests/test_peak_detection.h') diff --git a/tests/test_peak_detection.h b/tests/test_peak_detection.h index 5b36f19..2b574cb 100644 --- a/tests/test_peak_detection.h +++ b/tests/test_peak_detection.h @@ -36,6 +36,19 @@ protected: }; +// --------------------------------------------------------------------------- +// TestTWM +// --------------------------------------------------------------------------- +class TestTWM : public CPPUNIT_NS::TestCase { + CPPUNIT_TEST_SUITE(TestTWM); + CPPUNIT_TEST(test_basic); + CPPUNIT_TEST_SUITE_END(); + +protected: + void test_basic(); +}; + + // --------------------------------------------------------------------------- // TestLorisPeakDetection // --------------------------------------------------------------------------- -- cgit v1.2.3