summaryrefslogtreecommitdiff
path: root/src/Jamfile.jam
diff options
context:
space:
mode:
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
;