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

23 lines
353 B
C++

#ifndef __SDR_TEST_BUFFERTEST_HH__
#define __SDR_TEST_BUFFERTEST_HH__
#include "buffer.hh"
#include "unittest.hh"
class BufferTest : public UnitTest::TestCase
{
public:
virtual ~BufferTest();
void testRefcount();
void testReinterprete();
void testRawRingBuffer();
public:
static UnitTest::TestSuite *suite();
};
#endif // BUFFERTEST_HH