File: qa_fcd.cc

package info (click to toggle)
gr-funcube 3.10.0~rc3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,432 kB
  • sloc: python: 9,612; cpp: 1,058; ansic: 26; xml: 18; makefile: 13
file content (21 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* -*- c++ -*- */
/*
 * Copyright 2020 dl1ksv.
 *
 * SPDX-License-Identifier: GPL-3.0-or-later
 */

#include <funcube/fcd.h>
#include <gnuradio/attributes.h>
#include <boost/test/unit_test.hpp>

namespace gr {
  namespace funcube {

    BOOST_AUTO_TEST_CASE(test_fcd_replace_with_specific_test_name)
    {
      // Put test here
    }

  } /* namespace funcube */
} /* namespace gr */