From afd7645b9e2afb6c5121bb6266e40d769bab78c1 Mon Sep 17 00:00:00 2001 From: lixiang_yewu Date: Tue, 2 Jan 2024 05:39:17 +0000 Subject: [PATCH] add test/test-ioapi.sh. Signed-off-by: lixiang_yewu --- test/test-ioapi.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/test-ioapi.sh diff --git a/test/test-ioapi.sh b/test/test-ioapi.sh new file mode 100644 index 0000000..8c12792 --- /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 -- Gitee