1
0
Эх сурвалжийг харах

Use all test sub-projects regardless of filtering so that the tests show up in the bjam XML log.

[SVN r45025]
Rene Rivera 18 жил өмнө
parent
commit
62446bb030
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      status/Jamfile.v2

+ 4 - 0
status/Jamfile.v2

@@ -31,6 +31,10 @@ local rule run-tests ( tests * )
             {
                 build-project ../libs/$(test) ;
             }
+            else
+            {
+                use-project /boost/$(test) : ../libs/$(test) ;
+            }
         }
         else
         {

粤ICP备19079148号