summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-15 05:17:10 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-15 13:12:36 +0100
commit2523fa2064bb09005f747fa3bcafe7a731241e98 (patch)
treee6daac946686e85b2464f4a9d86c81986f147b5d /staging_vespalib
parent1c63902ae04edc5335f6162ea8c20a63c0e3d298 (diff)
Make some more test build too.
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/tests/stllike/cache_test.cpp6
-rw-r--r--staging_vespalib/src/tests/stllike/lrucache.cpp6
2 files changed, 4 insertions, 8 deletions
diff --git a/staging_vespalib/src/tests/stllike/cache_test.cpp b/staging_vespalib/src/tests/stllike/cache_test.cpp
index 288ef367be4..892c9bc81c7 100644
--- a/staging_vespalib/src/tests/stllike/cache_test.cpp
+++ b/staging_vespalib/src/tests/stllike/cache_test.cpp
@@ -1,10 +1,8 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
-#include <vespa/log/log.h>
-LOG_SETUP("cache_test");
+
#include <vespa/vespalib/testkit/testapp.h>
#include <vespa/vespalib/stllike/string.h>
-#include <vespa/vespalib/stllike/cache.h>
+#include <vespa/vespalib/stllike/cache.hpp>
#include <map>
using namespace vespalib;
diff --git a/staging_vespalib/src/tests/stllike/lrucache.cpp b/staging_vespalib/src/tests/stllike/lrucache.cpp
index de5bcb8a365..bc89325b4ad 100644
--- a/staging_vespalib/src/tests/stllike/lrucache.cpp
+++ b/staging_vespalib/src/tests/stllike/lrucache.cpp
@@ -1,10 +1,8 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
-#include <vespa/log/log.h>
-LOG_SETUP("lrucache_test");
+
#include <vespa/vespalib/testkit/testapp.h>
#include <vespa/vespalib/stllike/string.h>
-#include <vespa/vespalib/stllike/lrucache_map.h>
+#include <vespa/vespalib/stllike/lrucache_map.hpp>
using namespace vespalib;