summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index 0542a73..217feec 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -5,10 +5,12 @@ lib stdc++fs ;
path-constant src : ../src ;
path-constant test : . ;
+path-constant fixtures : fixtures ;
project WebStat-Testing : requirements
<define>SRC=\"$(src)\"
<define>TEST=\"$(test)\"
+ <define>FIXTURES=\"$(fixtures)\"
<library>$(src)//webstat
;