aboutsummaryrefslogtreecommitdiff
path: root/final/TEST.typesafe.Makefile
blob: 1a1b1506a6125b29f294d580bb0bc8b93f9be9fd (plain)
1
2
3
4
5
6
7
8
9
10
11
##===- 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 $<