summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/pass-non-c-like-enum-to-c/Makefile
blob: 42d3c977f757d87720559baac34922e3891c558a (plain)
1
2
3
4
5
include ../tools.mk

all: $(call NATIVE_STATICLIB,test)
	$(RUSTC) nonclike.rs -L$(TMPDIR) -ltest
	$(call RUN,nonclike)