summaryrefslogtreecommitdiff
path: root/tools/regression/test/test-boost-build/missing_dependencies/Jamfile.v2
blob: d9e5149e8c97cff5b598fdf72ed7904e9a61ea3f (plain)
1
2
3
4
5
6
7
8
9
project 
    : requirements
      <library>/boost/filesystem//boost_filesystem
      <define>BOOST_ALL_NO_LIB
    ;

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