summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/flex/flex/run-ptest
blob: 19db3379002158bcbf163d8500334a1a6d7014e6 (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 check-TESTS