summaryrefslogtreecommitdiff
path: root/tests/test_synthesis.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_synthesis.h')
-rw-r--r--tests/test_synthesis.h2
1 files changed, 2 insertions, 0 deletions
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();
};
// ---------------------------------------------------------------------------