diff options
Diffstat (limited to 'icespider/unittests/Jamfile.jam')
-rw-r--r-- | icespider/unittests/Jamfile.jam | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/icespider/unittests/Jamfile.jam b/icespider/unittests/Jamfile.jam index bf31020..ba44d29 100644 --- a/icespider/unittests/Jamfile.jam +++ b/icespider/unittests/Jamfile.jam @@ -26,13 +26,11 @@ lib stdc++fs ; lib dl ; path-constant me : . ; -alias testCommon : : - <define>ROOT=\"$(me)\" - <library>..//Ice - : : +alias testCommon : : : : <library>..//Ice <library>boost_utf <define>ROOT=\"$(me)\" + <toolset>tidy:<xcheckxx>hicpp-vararg ; run |