YouCompleteMe/cpp/llvm/tools/clang/test/TestRunner.sh
Strahinja Val Markovic 1f51a89d39 Adding more llvm/clang files
These were ignored by git accidentally. We want ALL OF THEM since they all came
in the llvm/clang source distribution.
2012-07-05 17:55:45 -07:00

14 lines
279 B
Bash
Executable File

#!/bin/sh
#
# TestRunner.sh - Backward compatible utility for testing an individual file.
# Find where this script is.
Dir=$(dirname $(which $0))
AbsDir=$(cd $Dir; pwd)
# Find 'lit', assuming standard layout.
lit=$AbsDir/../../../utils/lit/lit.py
# Dispatch to lit.
$lit "$@"