Merged eb/gcell-wip -r8302:8307 into trunk. This changeset includes
[debian/gnuradio] / gcell / src / lib / wrapper / qa_gcell_wrapper.cc
index 029dfbc580110d6f35ba1b50a5e0245ea278e109..d53c61057794b8ff21cfd215a52778561edb88b8 100644 (file)
  */
 
 /*
- * This class gathers together all the test cases for the lib
+ * This class gathers together all the test cases for the lib/wrapper
  * directory into a single test suite.  As you create new test cases,
  * add them here.
  */
 
 #include <qa_gcell_wrapper.h>
+#include <qa_gcell_general.h>
 #include <qa_gcp_fft_1d_r2.h>
 
 CppUnit::TestSuite *
@@ -33,6 +34,7 @@ qa_gcell_wrapper::suite()
 {
   CppUnit::TestSuite   *s = new CppUnit::TestSuite("wrapper");
 
+  s->addTest(qa_gcell_general::suite());
   s->addTest(qa_gcp_fft_1d_r2::suite());
 
   return s;