From f96435f9713d48be0924be5ab9e7194ea572f629 Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 25 Jan 2013 09:21:42 +0100 Subject: [tests] Add synthesis test for changing frame sizes. Refactor synthesis tests so code for generic test cases isn't duplicated. --- tests/test_synthesis.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_synthesis.h') diff --git a/tests/test_synthesis.h b/tests/test_synthesis.h index 64ee65c..251fa93 100644 --- a/tests/test_synthesis.h +++ b/tests/test_synthesis.h @@ -18,6 +18,7 @@ namespace simpl class TestMQSynthesis : public CPPUNIT_NS::TestCase { CPPUNIT_TEST_SUITE(TestMQSynthesis); CPPUNIT_TEST(test_basic); + CPPUNIT_TEST(test_changing_frame_size); CPPUNIT_TEST_SUITE_END(); public: @@ -30,6 +31,7 @@ protected: SndfileHandle _sf; void test_basic(); + void test_changing_frame_size(); }; // --------------------------------------------------------------------------- -- cgit v1.2.3