Changeset 781:28d9cbcd7580
- Timestamp:
- 11/22/08 15:06:33
(2 months ago)
- Author:
- Christian Kamm <kamm incasoftware de>
- branch:
- default
- Message:
Strip test binaries.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r663 |
r781 |
|
| 50 | 50 | writefln("TEST NAME: ", testname); |
|---|
| 51 | 51 | |
|---|
| 52 | | string cmd = format("ldc %s -quiet -ofobj" ~ std.path.sep ~ "%s -odobj", c, testname); |
|---|
| | 52 | string cmd = format("ldc %s -quiet -L-s -ofobj" ~ std.path.sep ~ "%s -odobj", c, testname); |
|---|
| 53 | 53 | foreach(v; args[1..$]) { |
|---|
| 54 | 54 | cmd ~= ' '; |
|---|