Changeset 3989
- Timestamp:
- 10/07/08 23:48:09 (1 month ago)
- Files:
-
- branches/tango.test/README (modified) (1 diff)
- branches/tango.test/releases (added)
- branches/tango.test/releases/0.1a (added)
- branches/tango.test/releases/0.1a/tango.test-0.1a-linux.tar.gz (added)
- branches/tango.test/releases/0.1a/tango.test-0.1a-win32.tar.gz (added)
- branches/tango.test/tango/test/suite/TestSuite.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/tango.test/README
r3987 r3989 36 36 This will fetch all necessary files and place them accordingly. 37 37 38 $ cat dsss.tango.test.conf >> dsss.conf 39 40 Append tango.test targets to your dsss.conf or create a dsss.conf. 41 38 42 After that, you just build it with: 39 43 branches/tango.test/tango/test/suite/TestSuite.d
r3987 r3989 254 254 }); 255 255 256 parser.bindPosix("base-dir", (char[] value) { cfg.baseDir = value; }); 256 parser.bindPosix("base-dir", (char[] value) { 257 if (value[$ - 1] == '/') value = value[0..$ - 1]; 258 cfg.baseDir = value; 259 }); 257 260 parser.bindPosix("build-tool", (char[] value) { cfg.buildTool = value; }); 258 261












