this fixes the test failures on freebsd
This commit is contained in:
parent
50df2a09b8
commit
b77985fcfb
2 changed files with 10 additions and 1 deletions
|
|
@ -1,8 +1,14 @@
|
|||
-include ../tools.mk
|
||||
|
||||
# FIXME: ignore freebsd
|
||||
# This is a basic test of LLVM ExecutionEngine functionality using compiled
|
||||
# Rust code built using the `rustc` crate.
|
||||
|
||||
ifneq ($(shell uname),FreeBSD)
|
||||
all:
|
||||
$(RUSTC) test.rs
|
||||
$(call RUN,test $(RUSTC))
|
||||
else
|
||||
all:
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue