]> git.proxmox.com Git - rustc.git/blob - tests/run-make-fulldeps/extern-fn-with-union/Makefile
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / run-make-fulldeps / extern-fn-with-union / Makefile
1 include ../tools.mk
2
3 all: $(call NATIVE_STATICLIB,ctest)
4 $(RUSTC) testcrate.rs
5 $(RUSTC) test.rs
6 $(call RUN,test) || exit 1