repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Emit warnings if we are returning a reference to a local temporary.
[clang.git]
/
test
/
TestRunner.sh
blob
f96d3d552d2ee63019d6e9052152e3a88896f748
1
#!/bin/sh
2
#
3
# TestRunner.sh - Backward compatible utility for testing an individual file.
4
5
# Find where this script is.
6
Dir
=
$
(
dirname
$
(
which
$0
))
7
AbsDir
=
$
(
cd
$Dir
;
pwd
)
8
9
# Find 'lit', assuming standard layout.
10
lit
=
$AbsDir
/
..
/
..
/
..
/
utils
/
lit
/
lit.py
11
12
# Dispatch to lit.
13
$lit
"$@"