summaryrefslogtreecommitdiff
path: root/gr-analog/lib/qa_analog.cc
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-05-06 22:13:02 -0700
committerMarcus Müller <marcus@hostalia.de>2018-06-21 20:48:26 +0200
commitade6558512d57b10a98d8594da2b58f1c763de4c (patch)
tree08c28cf5c12d3f402ea420a13b0dad4e688d5e17 /gr-analog/lib/qa_analog.cc
parent259371cb60775e8e31d86f1dfc88696916efa770 (diff)
analog: Replace QA test framework w/ Boost UTF
Diffstat (limited to 'gr-analog/lib/qa_analog.cc')
-rw-r--r--gr-analog/lib/qa_analog.cc36
1 files changed, 0 insertions, 36 deletions
diff --git a/gr-analog/lib/qa_analog.cc b/gr-analog/lib/qa_analog.cc
deleted file mode 100644
index c7c975a3e5..0000000000
--- a/gr-analog/lib/qa_analog.cc
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Copyright 2012 Free Software Foundation, Inc.
- *
- * This file is part of GNU Radio
- *
- * GNU Radio is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3, or (at your option)
- * any later version.
- *
- * GNU Radio is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GNU Radio; see the file COPYING. If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street,
- * Boston, MA 02110-1301, USA.
- */
-
-/*
- * This class gathers together all the test cases for the gr-analog
- * directory into a single test suite. As you create new test cases,
- * add them here.
- */
-
-#include <qa_analog.h>
-
-CppUnit::TestSuite *
-qa_gr_analog::suite()
-{
- CppUnit::TestSuite *s = new CppUnit::TestSuite("gr-analog");
-
- return s;
-}