aboutsummaryrefslogtreecommitdiffstats
path: root/mutator.sh
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-01 20:33:06 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-01 20:33:06 +0000
commitb453c10498a2cbfffb650a2ade6492e7d54f53f7 (patch)
tree1bf065217bb0d80e80abc9685393fb33dcbec8d0 /mutator.sh
parentadded GPL2 license notes on top, emacs c++ recognition (diff)
downloadmutator-b453c10498a2cbfffb650a2ade6492e7d54f53f7.tar.gz
mutator-b453c10498a2cbfffb650a2ade6492e7d54f53f7.zip
added a note that says the xsd test is under dev
Diffstat (limited to 'mutator.sh')
-rwxr-xr-xmutator.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutator.sh b/mutator.sh
index ce8555a..15436fe 100755
--- a/mutator.sh
+++ b/mutator.sh
@@ -59,6 +59,7 @@ do
echo "./mutator-lvl0 -SysHeader=false -MainOnly=true ./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs3.c -- -std=c90 -I/lib/gcc/x86_64-redhat-linux/5.3.1/include > ./test/misra-log"
"./mutator-lvl0" -SysHeader=false -MainOnly=true ./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs3.c -- -std=c90 -I/lib/gcc/x86_64-redhat-linux/5.3.1/include > ./test/misra-log
elif [[ "$2" == mutator-lvl0 && "$3" == xsd ]]; then
+ echo "the xsd is currently broken..."
"xmllint" --noout --schema ./samples/mutator0-report-schema.xsd ./test/misrareport.xml
else
echo "unknown combination of options: $2 and $3"