diff options
author | John Glover <j@johnglover.net> | 2013-01-25 09:23:43 +0100 |
---|---|---|
committer | John Glover <j@johnglover.net> | 2013-01-25 09:23:43 +0100 |
commit | 9a01ba209d70f7a1dd7e5fb5534f8a4e39e792c5 (patch) | |
tree | a9b2d53a44d1d2bcc9b449b747471e4736eca19a /tests/test_synthesis.cpp | |
parent | f96435f9713d48be0924be5ab9e7194ea572f629 (diff) | |
download | simpl-9a01ba209d70f7a1dd7e5fb5534f8a4e39e792c5.tar.gz simpl-9a01ba209d70f7a1dd7e5fb5534f8a4e39e792c5.tar.bz2 simpl-9a01ba209d70f7a1dd7e5fb5534f8a4e39e792c5.zip |
[tests] Add test for changing frame sizes with LorisSynthesis.
Diffstat (limited to 'tests/test_synthesis.cpp')
-rw-r--r-- | tests/test_synthesis.cpp | 4 |
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); +} |