mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Top-level posix.mak: Include druntime in test
and clean
rules
This probably pre-dates the druntime merge into the dmd repo.
This commit is contained in:
parent
812d0611f2
commit
2dea31b3bb
1 changed files with 2 additions and 0 deletions
|
@ -32,10 +32,12 @@ clean:
|
|||
rm -Rf $(GENERATED)
|
||||
cd compiler/test && rm -rf test_results *.lst trace.log trace.def
|
||||
$(RM) tags
|
||||
$(QUIET)$(MAKE) -C druntime -f posix.mak clean
|
||||
|
||||
test: all $(GENERATED)/build $(GENERATED)/run
|
||||
$(GENERATED)/build unittest
|
||||
$(GENERATED)/run --environment HOST_DMD=$(HOST_DMD)
|
||||
$(QUIET)$(MAKE) -C druntime -f posix.mak unittest
|
||||
|
||||
html: $(GENERATED)/build
|
||||
$(GENERATED)/build $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue