diff tests/runtest @ 663:6aaa3d3c1183

First part of rename to LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:46:55 +0200
parents 29dc68c949b0
children 703d9b4505f9
line wrap: on
line diff
--- a/tests/runtest	Mon Oct 06 21:40:33 2008 +0200
+++ b/tests/runtest	Mon Oct 06 22:46:55 2008 +0200
@@ -37,8 +37,8 @@
 echo
 
 if [ -z "$DMD" ] ; then
-	echo "Testing with llvmdc. Set DMD environment variable to select compiler."
-	DMD="llvmdc -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a"
+	echo "Testing with LDC. Set DMD environment variable to select compiler."
+	DMD="ldc -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a"
 	echo "Default is $DMD"
 else
 	echo "Using compiler given by DMD environment variable: $DMD"