Skip to content

Commit

Permalink
don't run the test on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Sep 26, 2018
1 parent 234e7c4 commit 531e356
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/test/run-make-fulldeps/emit-stack-sizes/Makefile
@@ -1,7 +1,13 @@
-include ../tools.mk

# This feature only works when the output object format is ELF so we ignore
# macOS and Windows
ifdef IS_WINDOWS
# Do nothing on MSVC.
# Do nothing on Windows.
all:
exit 0
else ifneq (,$(filter $(TARGET),i686-apple-darwin x86_64-apple-darwin))
# Do nothing on macOS.
all:
exit 0
else
Expand Down

0 comments on commit 531e356

Please sign in to comment.