summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-01-30 20:36:42 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-02-04 19:29:49 +0000
commitbde4a9f40bb4af39270a124d5ef9571a83305d0a (patch)
tree536719df20d8f18d4c40e893c2f93b4fa45fb2d5 /test/Jamfile.jam
parentAdd some tests over collection (diff)
downloadilt-bde4a9f40bb4af39270a124d5ef9571a83305d0a.tar.bz2
ilt-bde4a9f40bb4af39270a124d5ef9571a83305d0a.tar.xz
ilt-bde4a9f40bb4af39270a124d5ef9571a83305d0a.zip
Restructure to allow a resource path and testing
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index 0dbbc4e..f5d56eb 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -2,8 +2,13 @@ import testing ;
lib boost_unit_test_framework ;
+path-constant res : ../res ;
+path-constant fixtures : fixtures ;
+
project : requirements
<define>BOOST_TEST_DYN_LINK
+ <define>RESDIR=\\\"$(res)/\\\"
+ <define>FIXTURESDIR=\\\"$(fixtures)/\\\"
<library>boost_unit_test_framework
<library>..//ilt
<toolset>tidy:<xcheckxx>hicpp-vararg