aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_util.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-03-15 17:30:08 +0100
committerMax Kellermann <max@duempel.org>2014-03-15 18:35:52 +0100
commitf660d30138e07afe81e6cbcedb1aab2a4fc36b41 (patch)
tree2513679ef9aa61a5d4c4fb53ef41aae575427b44 /test/test_util.cxx
parentb10276ff98ee11ebef112a5a04ee749c20902a97 (diff)
downloadmpd-f660d30138e07afe81e6cbcedb1aab2a4fc36b41.tar.gz
mpd-f660d30138e07afe81e6cbcedb1aab2a4fc36b41.tar.xz
mpd-f660d30138e07afe81e6cbcedb1aab2a4fc36b41.zip
util/CircularBuffer: new buffer class
Diffstat (limited to 'test/test_util.cxx')
-rw-r--r--test/test_util.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_util.cxx b/test/test_util.cxx
index 07bcacbe9..aaadec68f 100644
--- a/test/test_util.cxx
+++ b/test/test_util.cxx
@@ -4,6 +4,7 @@
#include "config.h"
#include "util/UriUtil.hxx"
+#include "TestCircularBuffer.hxx"
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/TestFactoryRegistry.h>
@@ -50,6 +51,7 @@ public:
};
CPPUNIT_TEST_SUITE_REGISTRATION(UriUtilTest);
+CPPUNIT_TEST_SUITE_REGISTRATION(TestCircularBuffer);
int
main(gcc_unused int argc, gcc_unused char **argv)