diff options
-rw-r--r-- | Jamroot.jam | 1 | ||||
-rw-r--r-- | unittests/Jamfile.jam | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index b023e44..e420b9d 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,4 +1,5 @@ import os ; +import testing ; using gcc : : [ os.environ CXX ] ; variant coverage : debug ; diff --git a/unittests/Jamfile.jam b/unittests/Jamfile.jam index 830fd25..ad6f108 100644 --- a/unittests/Jamfile.jam +++ b/unittests/Jamfile.jam @@ -1,5 +1,3 @@ -import testing ; - lib boost_utf : : <name>boost_unit_test_framework ; lib dryice : : : : <library>..//icetray ; |