summaryrefslogtreecommitdiff
path: root/tests/test_synthesis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_synthesis.cpp')
-rw-r--r--tests/test_synthesis.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_synthesis.cpp b/tests/test_synthesis.cpp
index d1a8658..2675589 100644
--- a/tests/test_synthesis.cpp
+++ b/tests/test_synthesis.cpp
@@ -133,3 +133,7 @@ void TestLorisSynthesis::setUp() {
void TestLorisSynthesis::test_basic() {
::test_basic(&_pd, &_pt, &_synth, &_sf);
}
+
+void TestLorisSynthesis::test_changing_frame_size() {
+ ::test_changing_frame_size(&_pd, &_pt, &_synth, &_sf);
+}