Sfoglia il codice sorgente

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

[SVN r16845]
Rene Rivera 23 anni fa
parent
commit
59ac4fe74f
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  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号