We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c3279c + ee2f825 commit 0537f51Copy full SHA for 0537f51
posix.mak
@@ -639,6 +639,8 @@ test: $(ASSERT_WRITELN_BIN)_test all
639
@grep -n '[[:blank:]]$$' $$(find . -type f -name "*.dd") ; test $$? -eq 1
640
@echo "Searching for undefined macros"
641
@grep -n "UNDEFINED MACRO" $$(find $(DOC_OUTPUT_DIR) -type f -name "*.html" -not -path "$(DOC_OUTPUT_DIR)/phobos/*") ; test $$? -eq 1
642
+ @echo "Searching for undefined ddoc"
643
+ @grep -rn '[$$](' $$(find $(DOC_OUTPUT_DIR)/phobos-prerelease -type f -name "*.html") ; test $$? -eq 1
644
@echo "Executing assert_writeln_magic tests"
645
$<
646
0 commit comments