Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
6ad72ee99dd2398ef9e669ada3f525cfb1e99b43
/
.
/
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