summaryrefslogtreecommitdiff
path: root/src/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-07-20 11:13:14 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-07-20 11:13:14 +0100
commit193a7d8b16658e768514d43b1161c8d2d02d6216 (patch)
tree321f229264c19506ff2f35e7430a15fed330f38d /src/Jamfile.jam
parentAdd some test files (diff)
downloadnetfs-gitfs-193a7d8b16658e768514d43b1161c8d2d02d6216.tar.bz2
netfs-gitfs-193a7d8b16658e768514d43b1161c8d2d02d6216.tar.xz
netfs-gitfs-193a7d8b16658e768514d43b1161c8d2d02d6216.zip
Update to use self for testing
Diffstat (limited to 'src/Jamfile.jam')
-rw-r--r--src/Jamfile.jam4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Jamfile.jam b/src/Jamfile.jam
index db6267c..4cf083d 100644
--- a/src/Jamfile.jam
+++ b/src/Jamfile.jam
@@ -1,3 +1,5 @@
+# Testing
+path-constant gitdir : ../.git ;
lib gitfs :
[ glob *.cpp ]
@@ -6,6 +8,8 @@ lib gitfs :
<library>..//icetray
<library>..//git2
<library>..//netfs-api
+# Testing
+ <define>ROOT=\"$(gitdir)\"
: :
<library>..//netfs-api
;