diff options
author | Max Kellermann <max@duempel.org> | 2014-12-04 07:12:04 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-04 07:12:04 +0100 |
commit | 2abfc7b87bc11c45bf1ddb64a94a9fd12791a42b (patch) | |
tree | 1d87b6264c793ce84c23743c6b612324ed7d03ff /Makefile.am | |
parent | 050f0c3d8f374011eb8199254714fdba9a78c49f (diff) | |
download | mpd-2abfc7b87bc11c45bf1ddb64a94a9fd12791a42b.tar.gz mpd-2abfc7b87bc11c45bf1ddb64a94a9fd12791a42b.tar.xz mpd-2abfc7b87bc11c45bf1ddb64a94a9fd12791a42b.zip |
test/test_util: move class UriUtilTest to UriUtilTest.hxx
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 339f27e2e..e23e15edd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2001,6 +2001,7 @@ test_run_inotify_LDADD = \ endif test_test_util_SOURCES = \ + test/UriUtilTest.hxx \ test/TestCircularBuffer.hxx \ test/test_util.cxx test_test_util_CPPFLAGS = $(AM_CPPFLAGS) $(CPPUNIT_CFLAGS) -DCPPUNIT_HAVE_RTTI=0 |