summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/flex/flex/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/flex/flex/run-ptest')
-rwxr-xr-xmeta/recipes-devtools/flex/flex/run-ptest5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/flex/flex/run-ptest b/meta/recipes-devtools/flex/flex/run-ptest
new file mode 100755
index 0000000000..037301c40f
--- /dev/null
+++ b/meta/recipes-devtools/flex/flex/run-ptest
@@ -0,0 +1,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