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.
1 parent b0ada33 commit d18c7e8Copy full SHA for d18c7e8
src/libd.mak
@@ -57,7 +57,11 @@ obj/parser.o: $(LIBD_SRC_PARSER)
57
@mkdir -p obj
58
$(DMD) -c -of"$@" $(LIBD_SRC_PARSER) -makedeps="$@.deps" $(DFLAGS)
59
60
+DMD_PATH=$(shell which $(DMD))
61
+RDMD_PATH=$(shell which $(RDMD))
62
+
63
check-libd-parser: $(LIBD_SRC_PARSER)
64
+ sha256sum $(DMD_PATH) $(RDMD_PATH)
65
$(RDMD) --chatty $(DFLAGS) -unittest -i $(addprefix --extra-file=, $^) --eval="assert(true)"
66
67
obj/semantic/%.o: src/d/semantic/%.d
0 commit comments