[Issue 21053] Test Suite run.d is built with compiler under test, must be build with bootstrap dmd
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Aug 5 11:00:50 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=21053
Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dlang-bugzilla at thecybershad
| |ow.net
--- Comment #1 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
dmd/test/Makefile contains:
# Build d_do_test here to run it's unittests
# TODO: Migrate this to run.d
$(RUNNER): run.d $(RESULTS_DIR)/d_do_test$(EXE)
$(RUN_HOST_DMD) $(MODEL_FLAG) $(PIC_FLAG) -g -od$(RESULTS_DIR)
-of$(RUNNER) -i -release $<
So, it looks like this is already the case?
--
More information about the Digitalmars-d-bugs
mailing list