diff options
| author | Tiejun Zhou <[email protected]> | 2023-04-03 07:24:52 +0000 |
|---|---|---|
| committer | Tiejun Zhou <[email protected]> | 2023-04-04 09:40:54 +0000 |
| commit | ebeb02b95828ca100c3f24de5f9603a41049f8ff (patch) | |
| tree | 1e6977ea79c5394a0d299cd95427d494beaf3b7a /scripts/test_tx.sh | |
| parent | ac3b6b326cd7dac0373282c6f557d0d51764e34a (diff) | |
Release ThreadX regression system
Diffstat (limited to 'scripts/test_tx.sh')
| -rwxr-xr-x | scripts/test_tx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/test_tx.sh b/scripts/test_tx.sh new file mode 100755 index 00000000..613b086c --- /dev/null +++ b/scripts/test_tx.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +CTEST_PARALLEL_LEVEL=4 $(dirname `realpath $0`)/../test/tx/cmake/run.sh test all |
