comparison tests/runtest @ 992:6f5e40205f2a

Fix dstress runner to use ldmd
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 26 Feb 2009 14:49:32 +0100
parents 703d9b4505f9
children 628433c343b4
comparison
equal deleted inserted replaced
991:223a679053dd 992:6f5e40205f2a
32 echo "Remember to make sure you have an up to date runtime!" 32 echo "Remember to make sure you have an up to date runtime!"
33 echo 33 echo
34 34
35 if [ -z "$DMD" ] ; then 35 if [ -z "$DMD" ] ; then
36 echo "Testing with LDC. Set DMD environment variable to select compiler." 36 echo "Testing with LDC. Set DMD environment variable to select compiler."
37 DMD="ldc -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a" 37 DMD="ldmd -I$BASEPATH/testincludes -L$BASEPATH/testincludes/libtangobos-partial.a"
38 echo "Default is $DMD" 38 echo "Default is $DMD"
39 else 39 else
40 echo "Using compiler given by DMD environment variable: $DMD" 40 echo "Using compiler given by DMD environment variable: $DMD"
41 fi 41 fi
42 42