You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libsdr/test/coreutilstest.hh

20 lines
324 B
C++

#ifndef __SDR_TEST_COREUTILSTEST_HH__
#define __SDR_TEST_COREUTILSTEST_HH__
#include "unittest.hh"
class CoreUtilsTest : public UnitTest::TestCase
{
public:
virtual ~CoreUtilsTest();
void testUChar2Char();
void testUShort2Short();
void testInterleave();
public:
static UnitTest::TestSuite *suite();
};
#endif