diff options
| author | Wenhui Xie <[email protected]> | 2023-12-11 15:10:23 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-11 15:10:23 +0800 |
| commit | e2f20d540ad380cfcc3dcbf07b638ceab21b0bbf (patch) | |
| tree | 88c10303f1e5fef3b055913dd9b46021973eed77 /scripts/test_nxd_fast.sh | |
| parent | d7a47edcafc9f365d9a2526f0c833dccb7797463 (diff) | |
Add netxduo64 and fast test. (#216)
Diffstat (limited to 'scripts/test_nxd_fast.sh')
| -rwxr-xr-x | scripts/test_nxd_fast.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/test_nxd_fast.sh b/scripts/test_nxd_fast.sh new file mode 100755 index 00000000..94185b79 --- /dev/null +++ b/scripts/test_nxd_fast.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +CTEST_PARALLEL_LEVEL=4 $(dirname `realpath $0`)/../test/cmake/netxduo_fast/run.sh test all |
