diff options
author | Johnathan Corgan | 2009-08-15 18:06:37 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-08-15 18:06:37 -0700 |
commit | c9ad0211dac1721ec3f834bb14e71ca50e801721 (patch) | |
tree | 87bf55144ba6a6db15ff486165110c595ae842a3 /gruel/src/lib/pmt/qa_pmt_prims.h | |
parent | ea57c1b52b8bed12296ba51441afcfc57a0b9d34 (diff) | |
parent | 4edaf1e7fc05df0628c05785d5ede285a64670b0 (diff) | |
download | gnuradio-c9ad0211dac1721ec3f834bb14e71ca50e801721.tar.gz gnuradio-c9ad0211dac1721ec3f834bb14e71ca50e801721.tar.bz2 gnuradio-c9ad0211dac1721ec3f834bb14e71ca50e801721.zip |
Merged changes from svn repository trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11601 221aa14e-8319-0410-a670-987f0aec2ac5
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.h | 2 |
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(); |