summary refs log tree commit diff
path: root/src/test/run-make/execution-engine/Makefile
blob: 387905f45d84a343b5187c88f8760484e84d0ee0 (plain)
1
2
3
4
5
6
7
8
-include ../tools.mk

# This is a basic test of LLVM ExecutionEngine functionality using compiled
# Rust code built using the `rustc` crate.

all:
	$(RUSTC) test.rs
	$(call RUN,test $(RUSTC))