Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ You can execute the default regression suite by running the following commands a
$ make -C tests/regression run-simx
$ make -C tests/regression run-rtlsim

You can also run regression applications in parallel from a configured build tree.
The script accepts `simx`, `rtlsim`, or `rtl` (alias for `rtlsim`) and writes
per-test logs plus a summary under `tests/regression/logs/`.

$ ./tests/regression/run_parallel.sh simx -j 8
$ ./tests/regression/run_parallel.sh rtl -j 2

By default it scans every first-level regression directory with a Makefile. Use
`--suite makefile` to run the same test list selected by `tests/regression/Makefile`.

You can execute the default opncl suite by running the following commands at the root folder.

$ make -C tests/opencl run-simx
Expand Down
Loading