diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-04-26 13:35:04 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2020-04-26 13:35:04 +0100 |
commit | 1c42b48fda9b53e9ac55a9144e3019782c245bd3 (patch) | |
tree | e8d4ea9221b8fa0a65004f2eaad615b782c6fd33 /slicer | |
parent | Modernize and tidy (diff) | |
download | slicer-1c42b48fda9b53e9ac55a9144e3019782c245bd3.tar.bz2 slicer-1c42b48fda9b53e9ac55a9144e3019782c245bd3.tar.xz slicer-1c42b48fda9b53e9ac55a9144e3019782c245bd3.zip |
Move test import to root
Diffstat (limited to 'slicer')
-rw-r--r-- | slicer/db/Jamfile.jam | 1 | ||||
-rw-r--r-- | slicer/ice/Jamfile.jam | 1 | ||||
-rw-r--r-- | slicer/json/Jamfile.jam | 1 | ||||
-rw-r--r-- | slicer/test/Jamfile.jam | 1 | ||||
-rw-r--r-- | slicer/xml/Jamfile.jam | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/slicer/db/Jamfile.jam b/slicer/db/Jamfile.jam index 2ea3f05..fcfa4d3 100644 --- a/slicer/db/Jamfile.jam +++ b/slicer/db/Jamfile.jam @@ -1,4 +1,3 @@ -import testing ; import package ; import ../test/slicer.jam ; diff --git a/slicer/ice/Jamfile.jam b/slicer/ice/Jamfile.jam index 3b9f2b2..fa8aefd 100644 --- a/slicer/ice/Jamfile.jam +++ b/slicer/ice/Jamfile.jam @@ -1,4 +1,3 @@ -import testing ; import package ; lib stdc++fs ; diff --git a/slicer/json/Jamfile.jam b/slicer/json/Jamfile.jam index 7d7a8ed..7b52b04 100644 --- a/slicer/json/Jamfile.jam +++ b/slicer/json/Jamfile.jam @@ -1,4 +1,3 @@ -import testing ; import package ; lib jsonpp : : : : diff --git a/slicer/test/Jamfile.jam b/slicer/test/Jamfile.jam index 4c0acbd..d0eecdb 100644 --- a/slicer/test/Jamfile.jam +++ b/slicer/test/Jamfile.jam @@ -1,4 +1,3 @@ -import testing ; import ./slicer.jam ; lib dl ; diff --git a/slicer/xml/Jamfile.jam b/slicer/xml/Jamfile.jam index 363d68c..c237f93 100644 --- a/slicer/xml/Jamfile.jam +++ b/slicer/xml/Jamfile.jam @@ -1,4 +1,3 @@ -import testing ; import package ; lib stdc++fs ; |