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.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test_synthesis.cpp') 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); +} -- cgit v1.2.3