Преглед изворни кода

Expand number of tests. Change to work with current bjam.

[SVN r29340]
Beman Dawes пре 21 година
родитељ
комит
f9cfbd935e
1 измењених фајлова са 6 додато и 1 уклоњено
  1. 6 1
      tools/regression/test/Jamfile

+ 6 - 1
tools/regression/test/Jamfile

@@ -5,7 +5,7 @@
 #  all copies. This software is provided "as is" without express or implied
 #  warranty, and with no claim as to its suitability for any purpose.
 
-subproject tools/regression/test ;
+subproject libs/regression/test ;
 
 # bring in rules for testing
 import testing ;
@@ -19,9 +19,14 @@ DEPENDS all : test ;
     
     run compile-fail.cpp ;
     run run-fail.cpp ;
+    run run-fail-warn.cpp ;
     run run-note-fail.cpp ;
     run run-note-pass.cpp ;
     run run-note-warn.cpp ;
     run run-pass.cpp ;
     run run-pass-warn.cpp ;
+    run-fail run_fail-fail.cpp ;
+    run-fail run_fail-fail-warn.cpp ;
+    run-fail run_fail-pass.cpp ;
+    run-fail run_fail-pass-warn.cpp ;
 }

粤ICP备19079148号