From 70acb23e775d7e29868d2734a3997743524fa07f Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Thu, 2 May 2013 11:10:38 -0400
Subject: runtime: fix for building pmt library properly; also makes its own qa
 test.

---
 gnuradio-runtime/lib/test_runtime.cc | 2 --
 1 file changed, 2 deletions(-)

(limited to 'gnuradio-runtime/lib/test_runtime.cc')

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);
-- 
cgit v1.2.3