blob: 1a1b1506a6125b29f294d580bb0bc8b93f9be9fd [file] [log] [blame]
##===- TEST.typesafe.Makefile ------------------------------*- Makefile -*-===##
#
# This test simply checks to see if programs are typesafe according to the
# -unsafepointertypes analysis.
#
##===----------------------------------------------------------------------===##
$(PROGRAMS_TO_TEST:%=test.$(TEST).%): \
test.$(TEST).%: Output/%.llvm.bc
$(LANALYZE) -unsafepointertypes $<