aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-04 07:23:06 +0100
committerMax Kellermann <max@duempel.org>2014-12-04 07:23:06 +0100
commit02a77f67971b1f0304be773bd69bb3fc1a12fa90 (patch)
treebd40a9a2ed1801d2657bbceada14320670318dd7 /Makefile.am
parent77b316cdfb0c437d3910778e7b5832e89be4b1db (diff)
downloadmpd-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.am1
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