util/SplitString: new utility class
Replaces GLib's g_strsplit().
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "DivideStringTest.hxx"
|
||||
#include "SplitStringTest.hxx"
|
||||
#include "UriUtilTest.hxx"
|
||||
#include "TestCircularBuffer.hxx"
|
||||
|
||||
@@ -15,6 +16,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION(DivideStringTest);
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION(SplitStringTest);
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION(UriUtilTest);
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION(TestCircularBuffer);
|
||||
|
||||
|
Reference in New Issue
Block a user