aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-12 15:02:52 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-12 15:02:52 -0500
commit9b7708f6603555fa1f960d8f8ae30a3d613b478a (patch)
treea307c8e886a1d11a927c89c55a086e962e97e546 /scripts
parent8b563d7163d2e452468b8fdcec4900ecb2853213 (diff)
introduce check target, and some renaming
Diffstat (limited to 'scripts')
-rw-r--r--scripts/CMakeLists.txt2
-rwxr-xr-xscripts/check.in (renamed from scripts/mctestr.in)0
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
index 2d40e32ae..b75e99d5e 100644
--- a/scripts/CMakeLists.txt
+++ b/scripts/CMakeLists.txt
@@ -1,3 +1,3 @@
-configure_file(mctestr.in ${CMAKE_BINARY_DIR}/mctestr)
+configure_file(check.in ${CMAKE_BINARY_DIR}/check)
configure_file(debug.in ${CMAKE_BINARY_DIR}/debug)
configure_file(release.in ${CMAKE_BINARY_DIR}/release)
diff --git a/scripts/mctestr.in b/scripts/check.in
index a388ef38f..a388ef38f 100755
--- a/scripts/mctestr.in
+++ b/scripts/check.in