From 222e2a7620e6520ffaf4fc4e69d79c18da31542e Mon Sep 17 00:00:00 2001 From: "Zancanaro; Carlo" Date: Mon, 24 Sep 2012 09:58:17 +1000 Subject: Add the clang library to the repo (with some of my changes, too). --- clang/test/TestRunner.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 clang/test/TestRunner.sh (limited to 'clang/test/TestRunner.sh') diff --git a/clang/test/TestRunner.sh b/clang/test/TestRunner.sh new file mode 100755 index 0000000..f96d3d5 --- /dev/null +++ b/clang/test/TestRunner.sh @@ -0,0 +1,13 @@ +#!/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 "$@" -- cgit v1.2.3