Reimplement in terms of the support for this feature in the makefiles with
authorReid Spencer <rspencer@reidspencer.com>
Sun, 15 Apr 2007 06:25:12 +0000 (06:25 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 15 Apr 2007 06:25:12 +0000 (06:25 +0000)
commitc92e6a690c3d59b93cf7038122b598c9072fae76
treea8666c9383674818e62e66c8435a92f1308e8aa4
parent42f98e54d11b40c76e13d852bfb30b6be9719663
Reimplement in terms of the support for this feature in the makefiles with
the "check-one" target. This was necessitated by the change in the test
harness to fully use Tcl's "exec" function and avoid shell scripts
altogether. Consequently, to be accurate, TestRunner.sh needs to invoke the
same environment as dejagnu would, but for just a single test. That's what
the make target "check-one" does so we just invoke it here.

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