test/test_util: add unit test for DivideString

This commit is contained in:
Max Kellermann
2014-12-04 07:23:06 +01:00
parent 77b316cdfb
commit 02a77f6797
3 changed files with 47 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
*/
#include "config.h"
#include "DivideStringTest.hxx"
#include "UriUtilTest.hxx"
#include "TestCircularBuffer.hxx"
@@ -13,6 +14,7 @@
#include <stdlib.h>
CPPUNIT_TEST_SUITE_REGISTRATION(DivideStringTest);
CPPUNIT_TEST_SUITE_REGISTRATION(UriUtilTest);
CPPUNIT_TEST_SUITE_REGISTRATION(TestCircularBuffer);