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/coretest.hh

19 lines
285 B
C++

#ifndef __SDT_TEST_CORETEST_HH__
#define __SDT_TEST_CORETEST_HH__
#include "unittest.hh"
class CoreTest : public UnitTest::TestCase
{
public:
virtual ~CoreTest();
void testShiftOperators();
public:
static UnitTest::TestSuite *suite();
};
#endif // __SDT_TEST_CORETEST_HH__