summaryrefslogtreecommitdiff
path: root/tests/test_synthesis.h
diff options
context:
space:
mode:
authorJohn Glover <j@johnglover.net>2013-01-25 09:21:42 +0100
committerJohn Glover <j@johnglover.net>2013-01-25 09:21:42 +0100
commitf96435f9713d48be0924be5ab9e7194ea572f629 (patch)
treeb69e8b3282a6731942e87d8d777c7bb8646ce497 /tests/test_synthesis.h
parentc010347e4f84647ad33dde4df7be09ec74239a58 (diff)
downloadsimpl-f96435f9713d48be0924be5ab9e7194ea572f629.tar.gz
simpl-f96435f9713d48be0924be5ab9e7194ea572f629.tar.bz2
simpl-f96435f9713d48be0924be5ab9e7194ea572f629.zip
[tests] Add synthesis test for changing frame sizes.
Refactor synthesis tests so code for generic test cases isn't duplicated.
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();
};
// ---------------------------------------------------------------------------