From 1ad9f535a77a123481282f02f4da2a967a77336e Mon Sep 17 00:00:00 2001 From: tho <tho@wiback.org> Date: Thu, 17 Apr 2008 09:26:03 +0000 Subject: [PATCH] use unittest include from util!! /grrr!/ --- Console/Variables.test.cc | 2 +- Utils/parameter.test.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Console/Variables.test.cc b/Console/Variables.test.cc index 74cdeceaf..a190ceaeb 100644 --- a/Console/Variables.test.cc +++ b/Console/Variables.test.cc @@ -34,7 +34,7 @@ #include "Parse.hh" #include "ScopedDirectory.hh" -#include <boost/test/auto_unit_test.hpp> +#include "../Utils/auto_unit_test.hh" #include <boost/test/test_tools.hpp> #define prefix_ diff --git a/Utils/parameter.test.cc b/Utils/parameter.test.cc index e4b6b3d60..1f2f0ac9b 100644 --- a/Utils/parameter.test.cc +++ b/Utils/parameter.test.cc @@ -29,7 +29,7 @@ // Custom includes #include "parameter.hh" -#include <boost/test/auto_unit_test.hpp> +#include "../Utils/auto_unit_test.hh" #include <boost/test/test_tools.hpp> #define prefix_ -- GitLab