@@ -611,6 +611,8 @@ $(TESTS_EXTRACTOR): $(TOOLS_DIR)/tests_extractor.d | $(LIB)
611611 DFLAGS=" $( DFLAGS) $( LIB) $( NODEFAULTLIB) $( LINKDL) " $(DUB ) build --force --compiler=$$ {PWD}/$(DMD ) --single $<
612612 mv $(TOOLS_DIR ) /tests_extractor $@
613613
614+ test_extractor : $(TESTS_EXTRACTOR )
615+
614616# ###############################################################################
615617# Extract public tests of a module and test them in an separate file (i.e. without its module)
616618# This is done to check for potentially missing imports in the examples, e.g.
@@ -647,7 +649,7 @@ betterc: betterc-phobos-tests betterc-run-tests
647649# Run separate -betterC tests
648650# ###############################################################################
649651
650- test/betterC/% .run : test/betterC/% .d $(DMD ) $( LIB )
652+ test/betterC/% .run : test/betterC/% .d $(DRUNTIME )
651653 mkdir -p $(ROOT ) /unittest/betterC
652654 $(DMD ) $(DFLAGS ) -of$(ROOT ) /unittest/betterC/$(notdir $(basename $< ) ) -betterC $(UDFLAGS ) \
653655 $(NODEFAULTLIB ) $(LINKDL ) $<
@@ -661,9 +663,9 @@ betterc-run-tests: $(subst .d,.run,$(wildcard test/betterC/*.d))
661663auto-tester-build : all checkwhitespace
662664
663665.PHONY : auto-tester-test
664- auto-tester-test : unittest betterc
666+ auto-tester-test : unittest
665667
666668.PHONY : buildkite-test
667- buildkite-test : unittest betterC
669+ buildkite-test : unittest betterc
668670
669671.DELETE_ON_ERROR : # GNU Make directive (delete output files on error)
0 commit comments