diff tests/runminitest.d @ 781:28d9cbcd7580

Strip test binaries.
author Christian Kamm <kamm incasoftware de>
date Sat, 22 Nov 2008 21:06:33 +0100
parents 6aaa3d3c1183
children f48500f9350c
line wrap: on
line diff
--- a/tests/runminitest.d	Sat Nov 22 18:45:09 2008 +0100
+++ b/tests/runminitest.d	Sat Nov 22 21:06:33 2008 +0100
@@ -49,7 +49,7 @@
         auto testname = getName(getBaseName(c));
         writefln("TEST NAME: ", testname);
 
-        string cmd = format("ldc %s -quiet -ofobj" ~ std.path.sep ~ "%s -odobj", c, testname);
+        string cmd = format("ldc %s -quiet -L-s -ofobj" ~ std.path.sep ~ "%s -odobj", c, testname);
         foreach(v; args[1..$]) {
             cmd ~= ' ';
             cmd ~= v;