Skip to content

Commit

Permalink
Make rdmd_test run verbosely for posix.mak test_rdmd target
Browse files Browse the repository at this point in the history
This patch should probably be dropped before any merge of the preceding
patches, but should help to make clear that CI is indeed invoking both
dmd and ldmd2 from `rdmd_test`.
  • Loading branch information
WebDrake committed Feb 1, 2018
1 parent d73aa9a commit 4dfea7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ test_tests_extractor: $(ROOT)/tests_extractor
$< -i ./test/tests_extractor/iteration.d | diff - ./test/tests_extractor/iteration.d.ext

test_rdmd: $(ROOT)/rdmd_test $(ROOT)/rdmd
$< --compiler=$(abspath $(DMD)) -m$(MODEL) --test-compilers=$(RDMD_TEST_COMPILERS)
$< --compiler=$(abspath $(DMD)) -m$(MODEL) -v --test-compilers=$(RDMD_TEST_COMPILERS)
$(DMD) $(DFLAGS) -unittest -main -run rdmd.d

test: test_tests_extractor test_rdmd
Expand Down

0 comments on commit 4dfea7e

Please sign in to comment.