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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e23e15edd..a79c18172 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2001,6 +2001,7 @@ test_run_inotify_LDADD = \ endif test_test_util_SOURCES = \ + test/DivideStringTest.hxx \ test/UriUtilTest.hxx \ test/TestCircularBuffer.hxx \ test/test_util.cxx |