Commit 77b316cd authored by Max Kellermann's avatar Max Kellermann

test/TestCircularBuffer: include cleanup

parent 2abfc7b8
...@@ -2,17 +2,12 @@ ...@@ -2,17 +2,12 @@
* Unit tests for class CircularBuffer. * Unit tests for class CircularBuffer.
*/ */
#include "config.h" #include "check.h"
#include "util/CircularBuffer.hxx" #include "util/CircularBuffer.hxx"
#include <cppunit/TestFixture.h> #include <cppunit/TestFixture.h>
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/ui/text/TestRunner.h>
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include <string.h>
#include <stdlib.h>
class TestCircularBuffer : public CppUnit::TestFixture { class TestCircularBuffer : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE(TestCircularBuffer); CPPUNIT_TEST_SUITE(TestCircularBuffer);
CPPUNIT_TEST(TestIt); CPPUNIT_TEST(TestIt);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment