diff options
-rw-r--r-- | Jamroot.jam | 1 | ||||
-rw-r--r-- | gentoobrowse-api/unittests/Jamfile.jam | 2 |
2 files changed, 1 insertions, 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 : : <name>boost_unit_test_framework ; lib dbpp-postgresql : : : : <include>/usr/include/dbpp-postgresql ; lib dl ; |