Test "Direct access to McKernel memory from Linux." on arm64

Change-Id: I6e862146c3b591e671c526302bb1aad787f6bb83
This commit is contained in:
Shiratori, Takehiro
2019-03-12 15:49:01 +09:00
committed by Masamichi Takagi
parent 70b42fde5d
commit f6f48b1210
14 changed files with 1304 additions and 0 deletions

19
test/uti/arm64/run.sh Executable file
View File

@@ -0,0 +1,19 @@
#!/bin/sh
## run.sh COPYRIGHT FUJITSU LIMITED 2019 ##
USELTP=0
USEOSTEST=0
. ../../common.sh
for i in `seq 12 20`
do
${MCEXEC} --enable-uti ./CT${i}
if [ $? == 0 ]; then
echo "CT${i}: OK."
else
echo "CT${i}: NG."
fi
done
mcstop