Lines Matching +full:xtensa +full:- +full:build +full:- +full:all
3 set -e
12 mkdir -p "$BUILDTOP"
13 ( set -x
14 cmake -DINIT_CONFIG="$conf" -B "$BUILDTOP"/"$conf" -DBUILD_UNIT_TESTS=ON \
15 -DBUILD_UNIT_TESTS_HOST=ON
17 cmake --build "$BUILDTOP"/"$conf" -- -j"$(nproc)"
25 # First make sure all configurations build
26 for d in "$SOFTOP"/src/arch/xtensa/configs/*_defconfig; do
31 # Now run all the tests
33 ( set -x
34 cmake --build "$d" -- test