From 0d3ebb016e43ea7e9834c1e09169218e2df44572 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Sat, 20 Dec 2008 04:14:49 +0100 Subject: [PATCH] adapt TimeWrapperTest to the new lib directory layout (shared lib build) --- tests/{common => lib}/timewrappertest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename tests/{common => lib}/timewrappertest.cpp (97%) diff --git a/tests/common/timewrappertest.cpp b/tests/lib/timewrappertest.cpp similarity index 97% rename from tests/common/timewrappertest.cpp rename to tests/lib/timewrappertest.cpp index 0a96ab7aa..c27ed6f9b 100644 --- a/tests/common/timewrappertest.cpp +++ b/tests/lib/timewrappertest.cpp @@ -21,16 +21,16 @@ * *****************************************************/ -#include "common/test/run.hpp" +#include "lib/test/run.hpp" -#include "common/util.hpp" +#include "lib/util.hpp" #include using boost::lexical_cast; using util::isnil; -#include "common/lumitime.hpp" +#include "lib/lumitime.hpp"