Update of 
/cvsroot/boost/boost/tools/regression/test/test-boost-build/missing_dependencies
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8662/missing_dependencies

Added Files:
        Jamfile.v2 test.cpp 
Log Message:
Added tests for found Boost.Build problems

--- NEW FILE: Jamfile.v2 ---
project 
    : requirements
      <library>/boost/filesystem//boost_filesystem
      <define>BOOST_ALL_NO_LIB
    ;

   test-suite "missing_dependencies" :
       [ run test.cpp  lib//<link>static ]                  
       ;

--- NEW FILE: test.cpp ---
int main() { return 0; }

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to