Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
b560bc1c628ff9cbf84e5bf1ce62eebb7313198b
/
.
/
poky
/
meta
/
recipes-devtools
/
flex
/
flex
/
run-ptest
blob: 037301c40fa3c9d0a53cb6fabb5e092b55e0a506 [
file
] [
log
] [
blame
]
#!/bin/sh
# make would want to rebuild some files with a compiler otherwise :-/
make FLEX
=/
usr
/
bin
/
flex
-
t check
-
TESTS
||
true
make FLEX
=/
usr
/
bin
/
flex abs_builddir
=./
check
-
TESTS