From cffa4001d86cb3adfdaa367fb0451a688e8cc435 Mon Sep 17 00:00:00 2001 From: lixiang_yewu Date: Wed, 24 Apr 2024 01:08:01 +0000 Subject: [PATCH] add test/test-ctffind.sh. Signed-off-by: lixiang_yewu --- test/test-ctffind.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/test-ctffind.sh diff --git a/test/test-ctffind.sh b/test/test-ctffind.sh new file mode 100644 index 0000000..63b0213 --- /dev/null +++ b/test/test-ctffind.sh @@ -0,0 +1,16 @@ +#!/bin/bash +cd .. +# release ctffind src code +rm -rf tmp/ctffind-4.1.14 +# copy templates +cp -rf templates/ctffind/4.1.14/data.ctffind.arm.cpu.config ./ +# switch to config +./jarvis -use data.ctffind.arm.cpu.config +# download ctffind src code +./jarvis -d +# install dependency +./jarvis -dp +# build +./jarvis -b +# run +./jarvis -r \ No newline at end of file -- Gitee