From b453c10498a2cbfffb650a2ade6492e7d54f53f7 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 2 Feb 2017 00:03:06 +0330 Subject: added a note that says the xsd test is under dev --- mutator.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'mutator.sh') 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" -- cgit v1.2.3