diff options
author | Max Kellermann <max@duempel.org> | 2014-12-04 07:23:06 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-04 07:23:06 +0100 |
commit | 02a77f67971b1f0304be773bd69bb3fc1a12fa90 (patch) | |
tree | bd40a9a2ed1801d2657bbceada14320670318dd7 /test/test_util.cxx | |
parent | 77b316cdfb0c437d3910778e7b5832e89be4b1db (diff) | |
download | mpd-02a77f67971b1f0304be773bd69bb3fc1a12fa90.tar.gz mpd-02a77f67971b1f0304be773bd69bb3fc1a12fa90.tar.xz mpd-02a77f67971b1f0304be773bd69bb3fc1a12fa90.zip |
test/test_util: add unit test for DivideString
Diffstat (limited to 'test/test_util.cxx')
-rw-r--r-- | test/test_util.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_util.cxx b/test/test_util.cxx index a40963918..e9b49c4da 100644 --- a/test/test_util.cxx +++ b/test/test_util.cxx @@ -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); |