summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/qa_rotator.h
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2014-01-25 22:56:06 +0100
committerSylvain Munaut <tnt@246tNt.com>2014-01-28 20:35:18 +0100
commitbc6c05b7ea8e039a413e68fae5b7c4bf298f885a (patch)
treed5be6bbc3f0aa63d43250fe3a6cb628a5e00d70b /gr-blocks/lib/qa_rotator.h
parente00ff5b4d38815da48aa958acb41588851497cb5 (diff)
blocks: Add QA tests for the rotator rotateN function which uses VOLK
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'gr-blocks/lib/qa_rotator.h')
-rw-r--r--gr-blocks/lib/qa_rotator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-blocks/lib/qa_rotator.h b/gr-blocks/lib/qa_rotator.h
index 575ea506c7..06214bc2fc 100644
--- a/gr-blocks/lib/qa_rotator.h
+++ b/gr-blocks/lib/qa_rotator.h
@@ -30,10 +30,12 @@ class qa_rotator : public CppUnit::TestCase
{
CPPUNIT_TEST_SUITE(qa_rotator);
CPPUNIT_TEST(t1);
+ CPPUNIT_TEST(t2);
CPPUNIT_TEST_SUITE_END();
private:
void t1();
+ void t2();
};
#endif /* _QA_GR_ROTATOR_H_ */