From 0542d5afa8829841b938eddb19eda860d04c78ab Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 30 Dec 2020 13:28:06 +0000 Subject: Move testing import to root --- Jamroot.jam | 1 + gentoobrowse-api/unittests/Jamfile.jam | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Jamroot.jam b/Jamroot.jam index a7b1d53..315c5c6 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,5 +1,6 @@ import os ; import slice ; +import testing ; using gcc : : [ os.environ CXX ] ; diff --git a/gentoobrowse-api/unittests/Jamfile.jam b/gentoobrowse-api/unittests/Jamfile.jam index b2ed8c2..ed3d609 100644 --- a/gentoobrowse-api/unittests/Jamfile.jam +++ b/gentoobrowse-api/unittests/Jamfile.jam @@ -1,5 +1,3 @@ -import testing ; - lib boost_utf : : boost_unit_test_framework ; lib dbpp-postgresql : : : : /usr/include/dbpp-postgresql ; lib dl ; -- cgit v1.2.3