root/branches/D1.0/src/test-dmd.bat

Revision 71, 124 bytes (checked in by sean, 3 years ago)

The "test-dmd" build script now works in a similar manner as Phobos and only tests user-visible modules. Testing implementation-level runtime code isn't terribly easy to do, given how the -unittest flag works in D.

  • Property svn:eol-style set to native
Line 
1 @echo off
2 set OLDHOME=%HOME%
3 set HOME=%CD%
4 make clean unittest -fdmd-win32.mak
5 make clean -fdmd-win32.mak
6 set HOME=%OLDHOME%
Note: See TracBrowser for help on using the browser.