blob: 18c69632d30449e920a53f37b6e28a2ed8c748a9 [file] [log] [blame]
##===- test/Programs/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 $<