Skip to content

Commit ee2f825

Browse files
committed
Add check for broken Ddoc
1 parent cc6bc80 commit ee2f825

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

posix.mak

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,8 @@ test: $(ASSERT_WRITELN_BIN)_test all
639639
@grep -n '[[:blank:]]$$' $$(find . -type f -name "*.dd") ; test $$? -eq 1
640640
@echo "Searching for undefined macros"
641641
@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
642644
@echo "Executing assert_writeln_magic tests"
643645
$<
644646

0 commit comments

Comments
 (0)