Files
Custom-Operating-System/test/arm.sh

17 lines
321 B
Bash
Raw Normal View History

2025-02-12 09:54:05 -05:00
# Run from the root dir.
gn clean out
./gn_gen.sh -y --target_arch arm --host gnu --test_method tests
cd out
./build.sh
./sync.sh
python3 ../utils/test/test.py
cd ..
gn clean out
./gn_gen.sh -y --target_arch arm --host llvm --test_method tests
cd out
./build.sh
./sync.sh
python3 ../utils/test/test.py
cd ..
gn clean out