18 lines
328 B
Bash
18 lines
328 B
Bash
# Run from the root dir.
|
|
|
|
gn clean out
|
|
./gn_gen.sh -y --target_arch x86_64 --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 x86_64 --host llvm --test_method tests
|
|
cd out
|
|
./build.sh
|
|
./sync.sh
|
|
python3 ../utils/test/test.py
|
|
cd ..
|
|
gn clean out
|