X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTestRunner.sh;h=ab50856af11fcb89c6fac7855987ed38edc8883a;hb=b730bdf4e96c1b8f042bfbdef9339601c9d6c1db;hp=4e3d190e4accb19e3df6fde2d2bfb15a4874faa7;hpb=c92e6a690c3d59b93cf7038122b598c9072fae76;p=oota-llvm.git diff --git a/test/TestRunner.sh b/test/TestRunner.sh index 4e3d190e4ac..ab50856af11 100755 --- a/test/TestRunner.sh +++ b/test/TestRunner.sh @@ -1,15 +1,5 @@ #!/bin/sh -# -# TestRunner.sh - This script is used to run arbitrary unit tests. Unit -# tests must contain the command used to run them in the input file, starting -# immediately after a "RUN:" string. -# -# This runner recognizes and replaces the following strings in the command: -# -# %s - Replaced with the input name of the program, or the program to -# execute, as appropriate. -# %llvmgcc - llvm-gcc command -# %llvmgxx - llvm-g++ command -# %prcontext - prcontext.tcl script -# -make check-one TESTONE=$1 +# Deprecated, use 'llvm-lit'. + +echo "warning: '$0' is deprecated, use 'llvm-lit' instead." +exec llvm-lit "$@"