Ignore test on Windows

This commit is contained in:
Andy Wang 2021-08-24 13:21:27 +01:00 committed by GitHub
parent 08c55bdce5
commit 7ed9f2e6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
-include ../tools.mk
# ignore-windows
# Checks if remapping works if the remap-from string contains path to the working directory plus more
all:
$(RUSTC) --remap-path-prefix $$PWD/auxiliary=/the/aux --crate-type=lib --emit=metadata auxiliary/lib.rs