From 9a01ba209d70f7a1dd7e5fb5534f8a4e39e792c5 Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 25 Jan 2013 09:23:43 +0100 Subject: [tests] Add test for changing frame sizes with LorisSynthesis. --- 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 251fa93..5e818d9 100644 --- a/tests/test_synthesis.h +++ b/tests/test_synthesis.h @@ -40,6 +40,7 @@ protected: class TestLorisSynthesis : public CPPUNIT_NS::TestCase { CPPUNIT_TEST_SUITE(TestLorisSynthesis); CPPUNIT_TEST(test_basic); + CPPUNIT_TEST(test_changing_frame_size); CPPUNIT_TEST_SUITE_END(); public: @@ -52,6 +53,7 @@ protected: SndfileHandle _sf; void test_basic(); + void test_changing_frame_size(); }; } // end of namespace simpl -- cgit v1.2.3