summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-09-02 02:05:04 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-09-02 02:05:04 +0100
commit1f480c1642305ac501fb151e65f8d2e40b8aaa31 (patch)
treebbd9585539ca85b4c0a592ccaab8f585e73ca4ba
parentVisibility hidden (diff)
downloadslicer-1f480c1642305ac501fb151e65f8d2e40b8aaa31.tar.bz2
slicer-1f480c1642305ac501fb151e65f8d2e40b8aaa31.tar.xz
slicer-1f480c1642305ac501fb151e65f8d2e40b8aaa31.zip
Use libadhocutil (impacts tests only)
-rw-r--r--slicer/test/Jamfile.jam4
-rw-r--r--slicer/test/preprocessor.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/slicer/test/Jamfile.jam b/slicer/test/Jamfile.jam
index aac9662..e28e677 100644
--- a/slicer/test/Jamfile.jam
+++ b/slicer/test/Jamfile.jam
@@ -8,6 +8,7 @@ lib boost_system ;
lib boost_filesystem ;
lib boost_utf : : <name>boost_unit_test_framework ;
lib slicer-test : : <name>slicertypes <search>bin/slicer ;
+lib adhocutil : : : : <include>/usr/include/adhocutil ;
lib types :
types.ice
@@ -30,7 +31,6 @@ lib common :
helpers.cpp
conversions.cpp
fileStructure.cpp
- ../../libmisc/misc.cpp
:
<library>dl
<library>types
@@ -43,7 +43,6 @@ lib common :
<library>types
<library>boost_filesystem
<library>boost_system
- <include>../../libmisc
<define>BOOST_TEST_DYN_LINK
<library>boost_utf
<implicit-dependency>types
@@ -54,6 +53,7 @@ run preprocessor.cpp
<linkflags>-rdynamic
<library>dl
<library>common
+ <library>adhocutil
<include>..
<library>../slicer//slicer
<dependency>../tool//slicer
diff --git a/slicer/test/preprocessor.cpp b/slicer/test/preprocessor.cpp
index 641f78b..aa36ceb 100644
--- a/slicer/test/preprocessor.cpp
+++ b/slicer/test/preprocessor.cpp
@@ -6,7 +6,7 @@
#include <boost/filesystem/operations.hpp>
#include <boost/format.hpp>
#include <boost/function.hpp>
-#include <misc.h>
+#include <buffer.h>
#include <types.h>
#include "helpers.h"
#include "fileStructure.h"