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:
Martin Kinkelin 2023-12-02 23:27:28 +01:00
parent 812d0611f2
commit 2dea31b3bb

View file

@ -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 $@