diff options
author | Max Kellermann <max@duempel.org> | 2014-03-15 17:30:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-03-15 18:35:52 +0100 |
commit | f660d30138e07afe81e6cbcedb1aab2a4fc36b41 (patch) | |
tree | 2513679ef9aa61a5d4c4fb53ef41aae575427b44 /test/test_util.cxx | |
parent | b10276ff98ee11ebef112a5a04ee749c20902a97 (diff) | |
download | mpd-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.cxx | 2 |
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) |