* New test to check for typesafe programs
* Simplify the example to make it more cut-n-paste-able
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@5343 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/TEST.example.Makefile b/TEST.example.Makefile
index a8d21c2..ba60511 100644
--- a/TEST.example.Makefile
+++ b/TEST.example.Makefile
@@ -5,9 +5,9 @@
#
##===----------------------------------------------------------------------===##
-TESTNAME = $(subst test.example.,,$@)
+TESTNAME = $(subst test.$(TEST).,,$@)
-test.example.%: Output/%.llvm.bc
+test.$(TEST).%: Output/%.llvm.bc
@echo "========================================="
- @echo "Running 'example' test on '$(TESTNAME)' program"
+ @echo "Running '$(TEST)' test on '$(TESTNAME)' program"
wc $<