[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git] / test / TestRunner.sh
blobf96d3d552d2ee63019d6e9052152e3a88896f748
1 #!/bin/sh
3 # TestRunner.sh - Backward compatible utility for testing an individual file.
5 # Find where this script is.
6 Dir=$(dirname $(which $0))
7 AbsDir=$(cd $Dir; pwd)
9 # Find 'lit', assuming standard layout.
10 lit=$AbsDir/../../../utils/lit/lit.py
12 # Dispatch to lit.
13 $lit "$@"