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