Add some unit test for pmt_subsetp and pmt_memq. (c1261 from Stefan BrĂ¼ns)
[debian/gnuradio] / pmt / src / lib / qa_pmt_prims.h
index 919fc2dca491428f3d90081a3bbc48cf6033e366..effb3a097a635fad976257a0d1d11436defd7f52 100644 (file)
@@ -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 */