summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/flex/flex/run-ptest
blob: 037301c40fa3c9d0a53cb6fabb5e092b55e0a506 (plain)
1
2
3
4
5
#!/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