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