diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-07-25 21:51:56 +0100 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-07-25 21:51:56 +0100 | 
| commit | 39a0c3292a6dd73652e3730e64217477e5b66df6 (patch) | |
| tree | 0020031e816338f97e4b8e2f89868b866f89a140 | |
| parent | Visibility hidden (diff) | |
| download | netfs-39a0c3292a6dd73652e3730e64217477e5b66df6.tar.bz2 netfs-39a0c3292a6dd73652e3730e64217477e5b66df6.tar.xz netfs-39a0c3292a6dd73652e3730e64217477e5b66df6.zip | |
Fix unittest Jamfile
| -rw-r--r-- | netfs/unittests/Jamfile.jam | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/netfs/unittests/Jamfile.jam b/netfs/unittests/Jamfile.jam index f1a4663..74275c5 100644 --- a/netfs/unittests/Jamfile.jam +++ b/netfs/unittests/Jamfile.jam @@ -10,7 +10,7 @@ path-constant me : . ;  lib testMocks :  	[ glob mock*.cpp ] -	: : +	:  	<library>IceUtil  	<library>Ice  	<library>boost_system @@ -19,7 +19,7 @@ lib testMocks :  	<library>../fuse//netfsClient  	<library>../ice//netfsComms  	<define>ROOT=\"$(me)\" -	: +	: :  	<library>boost_system  	<library>boost_filesystem  	<define>ROOT=\"$(me)\" | 
