[SVN r36090]
@@ -0,0 +1,11 @@
+rule failure
+ {
+ }
+
+actions failure
+ dir _
+ echo a
+failure f ;
@@ -0,0 +1,12 @@
+ if errorlevel 1 exit %errorlevel%
@@ -0,0 +1,9 @@
+project
+ : requirements
+ <library>/boost/filesystem//boost_filesystem
+ <define>BOOST_ALL_NO_LIB
+ ;
+ test-suite "missing_dependencies" :
+ [ run test.cpp lib//<link>static ]
@@ -0,0 +1,7 @@
+SOURCES =
+ lib ;
+lib lib
+ :
+ $(SOURCES).cpp
@@ -0,0 +1 @@
+#error
+int main() { return 0; }