diff --git a/test/test-ioapi.sh b/test/test-ioapi.sh new file mode 100644 index 0000000000000000000000000000000000000000..8c127925a6e5028aaa7c8fb9d4e9ff8223f5dba4 --- /dev/null +++ b/test/test-ioapi.sh @@ -0,0 +1,16 @@ +#!/bin/bash +cd .. +# release ioapi src code +rm -rf tmp/ioapi-3.2 +# copy templates +cp -rf templates/ioapi/3.2/data.ioapi_clang.arm.cpu.config ./ +# switch to config +./jarvis -use data.ioapi_clang.arm.cpu.config +# download ioapi src code +./jarvis -d +# install dependency +./jarvis -dp +# build +./jarvis -b +# run +./jarvis -r \ No newline at end of file