Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
3cd5c1d7f19c83e21a34ef1373feb8933e26c4d8
/
.
/
test
/
Other
/
Makefile
blob: e1a8697cc10211bb597ce892c54703db48cac98b [
file
] [
log
] [
blame
]
LEVEL
=
../../..
include $
(
LEVEL
)/
test
/
Makefile
.
tests
TESTS
:=
$
(
wildcard
*.
ll
)
all
::
$
(
addprefix
Output
/,
$
(
TESTS
:%.
ll
=%.
ll
.
out
))
Output
/%.
ll
.
out
:
%.
ll
Output
/.
dir $
(
LANALYZE
)
-
$
(
TESTRUNR
)
$
<