File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -615,10 +615,11 @@ $(PHOBOS_STABLE_FILES_GENERATED): $(PHOBOS_STABLE_DIR_GENERATED)/%: $(PHOBOS_STA
615615# Style tests
616616# ###############################################################################
617617
618- test : $(ASSERT_WRITELN_BIN ) _test
618+ test : $(ASSERT_WRITELN_BIN ) _test all
619619 @echo " Searching for trailing whitespace"
620- @echo " Check for trailing whitespace"
621- grep -n ' [[:blank:]]$$' $$(find . -type f -name "*.dd" ) ; test $$? -eq 1
620+ @grep -n ' [[:blank:]]$$' $$(find . -type f -name "*.dd" ) ; test $$? -eq 1
621+ @echo " Searching for undefined macros"
622+ @grep -n " UNDEFINED MACRO" $$(find $(DOC_OUTPUT_DIR ) -type f -name "*.html" -not -path "$(DOC_OUTPUT_DIR ) /phobos/*" ) ; test $$? -eq 1
622623 @echo " Executing assert_writeln_magic tests"
623624 $<
624625
You can’t perform that action at this time.
0 commit comments