Skip to content

Commit a0ae22e

Browse files
sjoelundOpenModelica-Hudson
authored andcommitted
Check the FMU XML for source/ARM
1 parent 585feed commit a0ae22e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

special/FmuExportCrossCompile/fmu-run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ for t in me cs; do
7373
DIR="./Test_FMUs/FMI_2.0/$d/$a/OpenModelica/$VERSION/$1"
7474
mkdir -p "$DIR"
7575
CMD=`echo fmuCheck.$a -c , -f -n 2000 -d -k $t -e "$DIR/$1_cc.log" -o "$DIR/$1_cc.csv" "$DIR/$1.fmu"`
76+
fmuCheck.linux64 -c , -f -n 2000 -d -k xml -e "$DIR/$1_cc.log" "$DIR/$1.fmu"
7677
cp "$1.fmu" "$DIR/" || exit 1
7778
cp "$1_ref.opt" "$DIR/" || exit 1
7879
cp "$1_res.csv" "$DIR/$1_ref.csv" || exit 1

0 commit comments

Comments
 (0)