26e1ce7394
apparently I missed some tests in the last commit. Rather than having dozens of tests use the long version, use the short version in `run-make` and the long version in `run-make-fulldeps` (which is now only three tests)
9 lines
259 B
Makefile
9 lines
259 B
Makefile
include ../tools.mk
|
|
|
|
# only-linux
|
|
|
|
# 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 -
|