From 193a7d8b16658e768514d43b1161c8d2d02d6216 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 20 Jul 2019 11:13:14 +0100 Subject: Update to use self for testing --- src/Jamfile.jam | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Jamfile.jam') 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 : ..//icetray ..//git2 ..//netfs-api +# Testing + ROOT=\"$(gitdir)\" : : ..//netfs-api ; -- cgit v1.2.3