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