Fix file mode.
[llvm-testsuite.git] / TEST.typesafe.Makefile
blob1a1b1506a6125b29f294d580bb0bc8b93f9be9fd
1 ##===- TEST.typesafe.Makefile ------------------------------*- Makefile -*-===##
3 # This test simply checks to see if programs are typesafe according to the
4 # -unsafepointertypes analysis.
6 ##===----------------------------------------------------------------------===##
8 $(PROGRAMS_TO_TEST:%=test.$(TEST).%): \
9 test.$(TEST).%: Output/%.llvm.bc
10         $(LANALYZE) -unsafepointertypes $<