Skip to content

Commit 5693d7d

Browse files
Saad KhalidGregAC
authored andcommitted
added brief readme for directed test flow
1 parent 47be427 commit 5693d7d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Directed Tests
2+
3+
This directory contains the custom directed tests as well as scripts and headers for running directed tests vendored from various open source repositories.
4+
5+
Currently following open source test suites are vendored:
6+
- [riscv-tests](https://github.com/riscv-software-src/riscv-tests)
7+
- [riscv-arch-tests](https://github.com/riscv-non-isa/riscv-arch-test)
8+
- epmp-tests ([fork](https://github.com/Saad525/riscv-isa-sim) from an opensource [repo](https://github.com/joxie/riscv-isa-sim))
9+
10+
## Generating test list
11+
12+
To generate a testlist containing all of the directed tests (custom + tests from vendored repos).
13+
14+
```
15+
python3 gen_testlist.py --add_tests riscv-tests,riscv-arch-tests,epmp-tests
16+
```
17+
18+
Please note that the custom directed tests needs to be added in the `gen_testlist.py` script and it needs to be run in order to update `directed_testlist.yaml`.

0 commit comments

Comments
 (0)