Misha Bergal 19 лет назад
Родитель
Сommit
7635e9c8db
1 измененных файлов с 21 добавлено и 0 удалено
  1. 21 0
      tools/regression/test/Jamfile.v2

+ 21 - 0
tools/regression/test/Jamfile.v2

@@ -0,0 +1,21 @@
+test-suite testlib :
+    [ compile-fail compile-fail~fail.cpp ]
+    [ compile-fail compile-fail~pass.cpp ]
+    [ compile compile~fail.cpp  ]
+    [ compile compile~pass.cpp  ]
+    [ compile compile~warn.cpp  ]
+    [ link link~fail.cpp ]
+    [ link link~pass.cpp ]
+    [ link-fail link-fail~fail.cpp ]
+    [ link-fail link-fail~pass.cpp ]
+    [ run-fail run-fail~compile-fail.cpp ]
+    [ run-fail run-fail~fail-warn.cpp ]
+    [ run-fail run-fail~fail.cpp ]
+    [ run-fail run-fail~pass.cpp ]
+    [ run run~fail.cpp ]
+    [ run run~note.cpp ]
+    [ run run~pass.cpp ]
+    [ run run~warn-note.cpp ]
+    [ run run~warn.cpp ]
+
+    ;

粤ICP备19079148号