mirror of
https://github.com/azure-rtos/threadx
synced 2025-01-16 07:42:57 +08:00
4 lines
95 B
Bash
4 lines
95 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
CTEST_PARALLEL_LEVEL=4 $(dirname `realpath $0`)/../test/smp/cmake/run.sh test all
|