Просмотр исходного кода

Added a run stage to put the binaries into to simplify the run_test.sh script.

[SVN r16845]
Rene Rivera 23 лет назад
Родитель
Сommit
59ac4fe74f
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      tools/regression/build/Jamfile

+ 10 - 0
tools/regression/build/Jamfile

@@ -21,3 +21,13 @@ exe compiler_status
 	:
         release
 	;
+
+stage run
+    :
+        <exe>process_jam_log
+        <exe>compiler_status
+    :
+    :
+        release
+        <suppress>true
+    ;

粤ICP备19079148号