Added the .t implicit rule. You can now run an individual set of QMTests by
authorJohn Criswell <criswell@uiuc.edu>
Mon, 8 Sep 2003 21:25:35 +0000 (21:25 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 8 Sep 2003 21:25:35 +0000 (21:25 +0000)
commitf780f7765173a9567576e99993a1655601a4e674
tree744e7f034dbb65fd6f36964f941c2d8b00319516
parent79ad13808bdd1b248cf29fa840705955fa89a38f
Added the .t implicit rule.  You can now run an individual set of QMTests by
specifying "make <test>.t"
For example, make feature.t will run the feature tests.
Removed the QMTESTS variable since it is no longer used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8414 91177308-0d34-0410-b5e6-96231b3b80d8
test/Makefile