Merged features/inband -r4812:5218 into trunk. This group of changes
[debian/gnuradio] / pmt / src / lib / qa_pmt_prims.h
index 8d379c5afa1415e4c3b5134a6a86fd30eefde40f..a390343bd4da419641b2f32151db33e80b1e6b3b 100644 (file)
@@ -38,7 +38,9 @@ class qa_pmt_prims : public CppUnit::TestCase {
   CPPUNIT_TEST(test_equivalence);
   CPPUNIT_TEST(test_misc);
   CPPUNIT_TEST(test_dict);
+  CPPUNIT_TEST(test_any);
   CPPUNIT_TEST(test_io);
+  CPPUNIT_TEST(test_serialize);
   CPPUNIT_TEST_SUITE_END();
 
  private:
@@ -52,7 +54,9 @@ class qa_pmt_prims : public CppUnit::TestCase {
   void test_equivalence();
   void test_misc();
   void test_dict();
+  void test_any();
   void test_io();
+  void test_serialize();
 };
 
 #endif /* INCLUDED_QA_PMT_PRIMS_H */