STAF(软件测试自动化框架)是一个用于测试自动化的开源框架http://staf.sourceforge.net/index.php。
它支持多个平台,但尚未支持 raspberry,因此没有 makefile!二进制文件列表下方是可用的源代码 http://staf.sourceforge.net/getcurrent.php。
我希望它能够使用 rasbian v9 为 Raspberry pi 3+ 构建。
答案1
我已经在 Pi 3/4 上成功构建了 STAF 3.4.26,环境如下:
export PROJECTS="staf connprov*"
export OS_NAME=linux
export BUILD_TYPE=retail
export OPENSSL_LIBDIRS=/usr/lib/arm-linux-gnueabihf
export OPENSSL_VERSION=1.0.2
make $@