rust/tests/run-make/jobserver-error/Makefile
2023-04-15 07:40:19 -07:00

10 lines
352 B
Makefile

include ../tools.mk
# only-linux
# ignore-test: This test randomly fails, see https://github.com/rust-lang/rust/issues/110321
# Test compiler behavior in case: `jobserver-auth` points to correct pipe which is not jobserver.
all:
bash -c 'echo "fn main() {}" | MAKEFLAGS="--jobserver-auth=3,3" $(RUSTC) - 3</dev/null' 2>&1 | diff jobserver.stderr -