diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-03 16:40:55 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-03 16:40:55 -0700 |
commit | 807ef844b92b676c67c3133dd1530689d2b5e84d (patch) | |
tree | e3227add5a53abab7072911c9532bc264f4526c1 /gnuradio-runtime/lib/test_runtime.cc | |
parent | 8b3ba8a298b07ebe4fa9088a615c159c81389baa (diff) |
cmake: fix packaging categories to use runtime vs. core
Diffstat (limited to 'gnuradio-runtime/lib/test_runtime.cc')
-rw-r--r-- | gnuradio-runtime/lib/test_runtime.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/test_runtime.cc b/gnuradio-runtime/lib/test_runtime.cc index daafca20cd..7dc7b17ea0 100644 --- a/gnuradio-runtime/lib/test_runtime.cc +++ b/gnuradio-runtime/lib/test_runtime.cc @@ -35,7 +35,7 @@ int main (int argc, char **argv) { CppUnit::TextTestRunner runner; - std::ofstream xmlfile(get_unittest_path("gnuradio_core_runtime.xml").c_str()); + std::ofstream xmlfile(get_unittest_path("gnuradio_runtime_runtime.xml").c_str()); CppUnit::XmlOutputter *xmlout = new CppUnit::XmlOutputter(&runner.result(), xmlfile); runner.addTest(qa_runtime::suite()); |