summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/test_runtime.cc
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-05-02 11:10:38 -0400
committerTom Rondeau <trondeau@vt.edu>2013-05-02 11:10:38 -0400
commit70acb23e775d7e29868d2734a3997743524fa07f (patch)
tree2225da2c86e6a73a73cf2af06ff1d6f0f6050431 /gnuradio-runtime/lib/test_runtime.cc
parent3259abca269a08d076fb19c1ef7bb0dca885ee79 (diff)
runtime: fix for building pmt library properly; also makes its own qa test.
Diffstat (limited to 'gnuradio-runtime/lib/test_runtime.cc')
-rw-r--r--gnuradio-runtime/lib/test_runtime.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnuradio-runtime/lib/test_runtime.cc b/gnuradio-runtime/lib/test_runtime.cc
index c85d325174..1285302eb4 100644
--- a/gnuradio-runtime/lib/test_runtime.cc
+++ b/gnuradio-runtime/lib/test_runtime.cc
@@ -29,7 +29,6 @@
#include <gnuradio/unittests.h>
#include <qa_runtime.h>
-#include <pmt/qa_pmt.h>
int
main (int argc, char **argv)
@@ -39,7 +38,6 @@ main (int argc, char **argv)
CppUnit::XmlOutputter *xmlout = new CppUnit::XmlOutputter(&runner.result(), xmlfile);
runner.addTest(qa_runtime::suite());
- runner.addTest(qa_pmt::suite());
runner.setOutputter(xmlout);
bool was_successful = runner.run("", false);