summaryrefslogtreecommitdiffstats
path: root/Tests/bootstrap.bat.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-06-11 18:03:53 (GMT)
committerBrad King <brad.king@kitware.com>2010-06-11 18:30:44 (GMT)
commit5e102d5e014bb21c66511226b9c60e54863f0636 (patch)
tree623205a0edceb7e8c0241348ec48ce00bbacc062 /Tests/bootstrap.bat.in
parentb9e3c243d476efa04479d253cfc4f76ecbdb6fe3 (diff)
downloadCMake-5e102d5e014bb21c66511226b9c60e54863f0636.zip
CMake-5e102d5e014bb21c66511226b9c60e54863f0636.tar.gz
CMake-5e102d5e014bb21c66511226b9c60e54863f0636.tar.bz2
Enable BootstrapTest on MSYS
The bootstrap script works under MSYS, so test it. Use a launcher batch file since 'ctest --build-and-test' is a Windows program and will not honor the shebang line in the script.
Diffstat (limited to 'Tests/bootstrap.bat.in')
-rw-r--r--Tests/bootstrap.bat.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/bootstrap.bat.in b/Tests/bootstrap.bat.in
new file mode 100644
index 0000000..aeb24b1
--- /dev/null
+++ b/Tests/bootstrap.bat.in
@@ -0,0 +1,2 @@
+@echo off
+sh "@CMake_SOURCE_DIR@/bootstrap" %*