UnityChipForXiangShan/tests
yaozhicheng 4f83938c65 add dir for no-DUT tests 2024-12-05 17:04:55 +08:00
..
README.md add dir for no-DUT tests 2024-12-05 17:04:55 +08:00
__init__.py add dir for no-DUT tests 2024-12-05 17:04:55 +08:00

README.md

Description

Add tests for the repository itself (non-DUT parts) in this folder:

For example:

  1. Tests for common functions, such as adding common functions in comm.functions
  2. Tests for tools, such as testing tool.disasm
  3. Other non-DUT functionality tests, such as Python version, multi-node execution, etc.

Run the tests using the following command:

make test target=tests