blob: f061e9466504552708ab23ca768c0593291393f5 [file] [log] [blame]
#!/bin/sh
# exclude json_patch_tests
if ctest -E 'json_patch_tests' ; then
echo "PASS: cjson"
else
echo "FAIL: cjson"
fi