summaryrefslogtreecommitdiff
path: root/gruel/src/lib/pmt/qa_pmt_prims.h
diff options
context:
space:
mode:
authorJohnathan Corgan2009-08-15 09:28:54 -0700
committerJohnathan Corgan2009-08-15 09:28:54 -0700
commita33d7c0df9dab57767c6b9376e6779a23217c1b9 (patch)
tree190de9a35df7a03dcd1b2a6f2874666be1179ce2 /gruel/src/lib/pmt/qa_pmt_prims.h
parentad36dccd88eafec6efb8f2428fb21f54d6894cfc (diff)
parent381ae7f53d9628dae5ac79bb580e1f8e62e7571b (diff)
downloadgnuradio-a33d7c0df9dab57767c6b9376e6779a23217c1b9.tar.gz
gnuradio-a33d7c0df9dab57767c6b9376e6779a23217c1b9.tar.bz2
gnuradio-a33d7c0df9dab57767c6b9376e6779a23217c1b9.zip
Merged branch 'msg-passing' from http://gnuradio.org/git/eb.git
This is work in progress on the message passing implementation. Passes distcheck. Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com>
Diffstat (limited to 'gruel/src/lib/pmt/qa_pmt_prims.h')
-rw-r--r--gruel/src/lib/pmt/qa_pmt_prims.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gruel/src/lib/pmt/qa_pmt_prims.h b/gruel/src/lib/pmt/qa_pmt_prims.h
index effb3a097..2fe473c43 100644
--- a/gruel/src/lib/pmt/qa_pmt_prims.h
+++ b/gruel/src/lib/pmt/qa_pmt_prims.h
@@ -35,6 +35,7 @@ class qa_pmt_prims : public CppUnit::TestCase {
CPPUNIT_TEST(test_complexes);
CPPUNIT_TEST(test_pairs);
CPPUNIT_TEST(test_vectors);
+ CPPUNIT_TEST(test_tuples);
CPPUNIT_TEST(test_equivalence);
CPPUNIT_TEST(test_misc);
CPPUNIT_TEST(test_dict);
@@ -53,6 +54,7 @@ class qa_pmt_prims : public CppUnit::TestCase {
void test_complexes();
void test_pairs();
void test_vectors();
+ void test_tuples();
void test_equivalence();
void test_misc();
void test_dict();