Update asm compiler for test-mem as well.

This commit is contained in:
Drew Galbraith 2024-01-17 14:56:32 -08:00
parent 9222f59da3
commit 65e9fa1767
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
pushd "$DIR/.."
if [[ ! -e test-bin ]]; then
cmake -B test-bin/ -G Ninja -D enable_testing=on
cmake -B test-bin/ -G Ninja -D enable_testing=on -D CMAKE_ASM-ATT_COMPILER=gcc
fi
pushd test-bin/
ninja build_test