Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
do not only compile, but also run unittests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rainers committed Jun 1, 2013
1 parent 3167413 commit d7c01c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions win32.mak
Expand Up @@ -456,6 +456,7 @@ $(DRUNTIME): $(OBJS) $(SRCS) win$(MODEL).mak

unittest : $(SRCS) $(DRUNTIME) src\unittest.d
$(DMD) $(UDFLAGS) -L/co -version=druntime_unittest -unittest src\unittest.d $(SRCS) $(DRUNTIME) -debuglib=$(DRUNTIME) -defaultlib=$(DRUNTIME)
unittest

zip: druntime.zip

Expand Down
1 change: 1 addition & 0 deletions win64.mak
Expand Up @@ -463,6 +463,7 @@ $(DRUNTIME): $(OBJS) $(SRCS) win$(MODEL).mak

unittest : $(SRCS) $(DRUNTIME) src\unittest.d
$(DMD) $(UDFLAGS) -version=druntime_unittest -unittest src\unittest.d $(SRCS) $(DRUNTIME) -debuglib=$(DRUNTIME) -defaultlib=$(DRUNTIME) user32.lib
unittest

zip: druntime.zip

Expand Down

0 comments on commit d7c01c0

Please sign in to comment.