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