Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68591 - in trunk/tools/build/v2: engine engine/test test/engine
From: ghost_at_[hidden]
Date: 2011-02-01 03:08:58


Author: vladimir_prus
Date: 2011-02-01 03:08:56 EST (Tue, 01 Feb 2011)
New Revision: 68591
URL: http://svn.boost.org/trac/boost/changeset/68591

Log:
Move engine tests. Remove some releng bits that were useful only for
standardlone engine.

Added:
   trunk/tools/build/v2/test/engine/
      - copied from r68590, /trunk/tools/build/v2/engine/test/
   trunk/tools/build/v2/test/engine/README.txt (contents, props changed)
Removed:
   trunk/tools/build/v2/engine/build_dist.bat
   trunk/tools/build/v2/engine/build_dist.sh
   trunk/tools/build/v2/engine/index.html
   trunk/tools/build/v2/engine/test/

Deleted: trunk/tools/build/v2/engine/build_dist.bat
==============================================================================
--- trunk/tools/build/v2/engine/build_dist.bat 2011-02-01 03:08:56 EST (Tue, 01 Feb 2011)
+++ (empty file)
@@ -1,36 +0,0 @@
-_at_ECHO OFF
-
-REM ~ Copyright 2006-2007 Rene Rivera.
-REM ~ Distributed under the Boost Software License, Version 1.0.
-REM ~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
-
-REM ~ Make stage for building.
-rd /S /Q stage
-md stage
-cd stage
-
-REM ~ Copy sources to stage.
-cd ..\src
-xcopy *.bat ..\stage\
-xcopy *.jam ..\stage\
-xcopy *.sh ..\stage\
-xcopy *.com ..\stage\
-xcopy *.c ..\stage\
-xcopy *.h ..\stage\
-xcopy *.y ..\stage\
-xcopy *.yy ..\stage\
-xcopy Jambase ..\stage\
-xcopy /S /I /Y modules ..\stage\modules
-xcopy /S /I /Y boehm_gc ..\stage\boehm_gc
-cd ..\stage
-call .\build.bat
-
-REM ~ Build docs, and copy result to stage.
-cd ..\doc
-rd /S /Q html
-..\stage\bin.ntx86\bjam --v2
-xcopy /S /I /Y html ..\stage
-cd ..\stage
-
-REM ~ Build distribution archives.
-call .\build.bat --- dist

Deleted: trunk/tools/build/v2/engine/build_dist.sh
==============================================================================
--- trunk/tools/build/v2/engine/build_dist.sh 2011-02-01 03:08:56 EST (Tue, 01 Feb 2011)
+++ (empty file)
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-#~ Copyright 2006-2007 Rene Rivera.
-#~ Distributed under the Boost Software License, Version 1.0.
-#~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
-
-#~ Make stage for building.
-rm -rf stage
-mkdir stage
-cd stage
-
-#~ Copy sources to stage.
-cd ../src
-cp -R *.bat *.jam *.sh *.com *.c *.h *.y *.yy Jambase modules boehm_gc ../stage
-find ../stage -name '.svn' -type d -exec rm -rf '{}' ';'
-cd ../stage
-./build.sh
-
-#~ Build docs, and copy result to stage.
-cd ../doc
-rm -Rf html
-../stage/bin.*/bjam --v2
-cp -R html/* ../stage
-cd ../stage
-
-#~ Build distribution archives.
-sh ./build.sh --- dist

Deleted: trunk/tools/build/v2/engine/index.html
==============================================================================
--- trunk/tools/build/v2/engine/index.html 2011-02-01 03:08:56 EST (Tue, 01 Feb 2011)
+++ (empty file)
@@ -1,21 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <meta http-equiv="refresh" content="0; URL=../../../../doc/html/jam.html" />
- <!-- boostinspect:nolink -->
- <!--
- Copyright 2006 Rene Rivera.
- Distributed under the Boost Software License, Version 1.0.
- (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
- -->
-
- <title></title>
-</head>
-
-<body>
- Automatic redirection failed, please go to <a href=
- "../../../../doc/html/jam.html">../../../../doc/html/jam.html</a>
-</body>
-</html>

Added: trunk/tools/build/v2/test/engine/README.txt
==============================================================================
--- (empty file)
+++ trunk/tools/build/v2/test/engine/README.txt 2011-02-01 03:08:56 EST (Tue, 01 Feb 2011)
@@ -0,0 +1,5 @@
+
+This directory contains tests for the update engine of
+Boost.Build. They presently are not integrated with
+the Python based test system and must be run by
+hand.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk