summaryrefslogtreecommitdiff
path: root/pmt/src/lib/qa_pmt_prims.h
diff options
context:
space:
mode:
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2009-07-15 01:23:38 +0000
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2009-07-15 01:23:38 +0000
commit25d7580a42fbde01763e3634a6c2f3f7b51438a7 (patch)
tree670c588c8edd173736bab001cd7f7abeb783a01b /pmt/src/lib/qa_pmt_prims.h
parent4eca9fb849d88274f57167fb8023772e5fe24624 (diff)
Add some unit test for pmt_subsetp and pmt_memq. (c1261 from Stefan Brüns)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11438 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'pmt/src/lib/qa_pmt_prims.h')
-rw-r--r--pmt/src/lib/qa_pmt_prims.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pmt/src/lib/qa_pmt_prims.h b/pmt/src/lib/qa_pmt_prims.h
index 919fc2dca4..effb3a097a 100644
--- a/pmt/src/lib/qa_pmt_prims.h
+++ b/pmt/src/lib/qa_pmt_prims.h
@@ -42,6 +42,7 @@ class qa_pmt_prims : public CppUnit::TestCase {
CPPUNIT_TEST(test_io);
CPPUNIT_TEST(test_lists);
CPPUNIT_TEST(test_serialize);
+ CPPUNIT_TEST(test_sets);
CPPUNIT_TEST_SUITE_END();
private:
@@ -59,6 +60,7 @@ class qa_pmt_prims : public CppUnit::TestCase {
void test_io();
void test_lists();
void test_serialize();
+ void test_sets();
};
#endif /* INCLUDED_QA_PMT_PRIMS_H */