aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/cjson/cjson/run-ptest
blob: f061e9466504552708ab23ca768c0593291393f5 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# exclude json_patch_tests
if ctest -E 'json_patch_tests' ; then
    echo "PASS: cjson"
else
    echo "FAIL: cjson"
fi