aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/cjson/cjson/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/cjson/cjson/run-ptest')
-rw-r--r--meta-oe/recipes-devtools/cjson/cjson/run-ptest8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/cjson/cjson/run-ptest b/meta-oe/recipes-devtools/cjson/cjson/run-ptest
new file mode 100644
index 0000000000..f061e94665
--- /dev/null
+++ b/meta-oe/recipes-devtools/cjson/cjson/run-ptest
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# exclude json_patch_tests
+if ctest -E 'json_patch_tests' ; then
+ echo "PASS: cjson"
+else
+ echo "FAIL: cjson"
+fi