summaryrefslogtreecommitdiff
path: root/tools/regression/test/test.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/test/test.bat')
-rw-r--r--tools/regression/test/test.bat15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/regression/test/test.bat b/tools/regression/test/test.bat
deleted file mode 100644
index ce32fb727f..0000000000
--- a/tools/regression/test/test.bat
+++ /dev/null
@@ -1,15 +0,0 @@
-rem Copyright Beman Dawes 2005
-
-rem Distributed under the Boost Software License, Version 1.0.
-rem See http://www.boost.org/LICENSE_1_0.txt
-
-set TEST_LOCATE_ROOT=%TEMP%
-
-echo Begin test processing...
-bjam --dump-tests "-sALL_LOCATE_TARGET=%TEST_LOCATE_ROOT%" %* >bjam.log 2>&1
-echo Begin log processing...
-process_jam_log %TEST_LOCATE_ROOT% <bjam.log
-start bjam.log
-echo Begin compiler status processing...
-compiler_status --locate-root %TEST_LOCATE_ROOT% %BOOST_ROOT% test_status.html test_links.html
-start test_status.html