From 02e2afb6b16ee1d1d3554f0ea4bfccc4666d4de4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 19 Feb 2019 21:27:10 +0000 Subject: Single definition of boost_utf --- slicer/Jamfile.jam | 1 + slicer/db/Jamfile.jam | 9 ++++----- slicer/ice/Jamfile.jam | 3 +-- slicer/json/Jamfile.jam | 3 +-- slicer/test/Jamfile.jam | 3 +-- slicer/xml/Jamfile.jam | 3 +-- 6 files changed, 9 insertions(+), 13 deletions(-) diff --git a/slicer/Jamfile.jam b/slicer/Jamfile.jam index e149853..387a313 100644 --- a/slicer/Jamfile.jam +++ b/slicer/Jamfile.jam @@ -8,6 +8,7 @@ build-project db ; build-project ice ; build-project test ; +lib boost_utf : : boost_unit_test_framework ; lib adhocutil : : : : /usr/include/adhocutil ; lib Ice++11 ; lib pthread ; diff --git a/slicer/db/Jamfile.jam b/slicer/db/Jamfile.jam index 7bf1d3d..75c53b8 100644 --- a/slicer/db/Jamfile.jam +++ b/slicer/db/Jamfile.jam @@ -5,7 +5,6 @@ import ../test/slicer.jam ; lib dbppcore : : : : /usr/include/dbpp ; lib dbpp-postgresql : : : : /usr/include/dbpp-postgresql ; lib stdc++fs ; -lib boost_utf : : boost_unit_test_framework ; lib slicer-db : [ glob *.cpp : test*.cpp ] @@ -47,7 +46,7 @@ run testSelect.cpp slicer-db dbpp-postgresql stdc++fs - boost_utf + ..//boost_utf ../test//types ../test//common ../slicer//slicer @@ -66,7 +65,7 @@ run testInsert.cpp slicer-db dbpp-postgresql stdc++fs - boost_utf + ..//boost_utf ../test//types ../test//common ../slicer//slicer @@ -85,7 +84,7 @@ run testPatch.cpp slicer-db dbpp-postgresql stdc++fs - boost_utf + ..//boost_utf ../test//types ../test//common ../slicer//slicer @@ -103,7 +102,7 @@ run testUpdate.cpp slicer-db dbpp-postgresql stdc++fs - boost_utf + ..//boost_utf ../test//types ../test//common ../slicer//slicer diff --git a/slicer/ice/Jamfile.jam b/slicer/ice/Jamfile.jam index 32ff6f4..3b9f2b2 100644 --- a/slicer/ice/Jamfile.jam +++ b/slicer/ice/Jamfile.jam @@ -2,7 +2,6 @@ import testing ; import package ; lib stdc++fs ; -lib boost_utf : : boost_unit_test_framework ; lib slicer-ice : [ glob *.cpp : test*.cpp ] @@ -20,7 +19,7 @@ run testSpecifics.cpp : : : BOOST_TEST_DYN_LINK slicer-ice - boost_utf + ..//boost_utf ../test//types ../test//common ../slicer//slicer diff --git a/slicer/json/Jamfile.jam b/slicer/json/Jamfile.jam index 0f972a3..7d7a8ed 100644 --- a/slicer/json/Jamfile.jam +++ b/slicer/json/Jamfile.jam @@ -6,7 +6,6 @@ lib jsonpp : : : : ; lib stdc++fs ; -lib boost_utf : : boost_unit_test_framework ; lib slicer-json : [ glob *.cpp : test*.cpp ] @@ -26,7 +25,7 @@ run testSpecifics.cpp BOOST_TEST_DYN_LINK slicer-json stdc++fs - boost_utf + ..//boost_utf ../test//types ../test//common ../slicer//slicer diff --git a/slicer/test/Jamfile.jam b/slicer/test/Jamfile.jam index ee6ca66..c5e11d6 100644 --- a/slicer/test/Jamfile.jam +++ b/slicer/test/Jamfile.jam @@ -4,7 +4,6 @@ import ./slicer.jam ; lib dl ; lib stdc++fs ; lib boost_date_time ; -lib boost_utf : : boost_unit_test_framework ; lib types : [ glob *.ice ] @@ -31,7 +30,7 @@ path-constant me : . ; alias common : : : : stdc++fs BOOST_TEST_DYN_LINK - boost_utf + ..//boost_utf types ROOT=\"$(me)\" ; diff --git a/slicer/xml/Jamfile.jam b/slicer/xml/Jamfile.jam index 5074e3a..17fe209 100644 --- a/slicer/xml/Jamfile.jam +++ b/slicer/xml/Jamfile.jam @@ -2,7 +2,6 @@ import testing ; import package ; lib stdc++fs ; -lib boost_utf : : boost_unit_test_framework ; lib slicer-xml : [ glob *.cpp : test*.cpp ] @@ -26,7 +25,7 @@ run testSpecifics.cpp slicer-xml stdc++fs slicer-xml - boost_utf + ..//boost_utf ../test//types ../test//common ../slicer//slicer -- cgit v1.2.3