env-xs-ov-00-bpu/tests
Miical 5c7277423a Modify directory name 2024-10-29 13:54:10 +08:00
..
.uFTB-raw Modify directory name 2024-10-29 13:54:10 +08:00
.uFTB-with-ftq Modify directory name 2024-10-29 13:54:10 +08:00
BPUTop-LiYunlong Modify directory name 2024-10-29 13:54:10 +08:00
FTB-LiXuetao Modify directory name 2024-10-29 13:54:10 +08:00
ITTAGE-LuYunqi Modify directory name 2024-10-29 13:54:10 +08:00
RAS-GaoZhichao Modify directory name 2024-10-29 13:54:10 +08:00
TageSC-WangJunyue Modify directory name 2024-10-29 13:54:10 +08:00
Makefile Restore Makefile and conftest 2024-10-29 13:49:27 +08:00
README.md Update the test case writing specification 2024-04-30 14:03:21 +08:00
conftest.py Restore Makefile and conftest 2024-10-29 13:49:27 +08:00

README.md

测试用例

请在本目录下创建测试用例,每个测试用例为一个单独的目录,目录名即为测试用例名。

使用如下命令运行测试用例:

make TEST=<测试用例名> run

或一次性运行所有测试用例:

make run

测试报告会被保存在 tests/report 目录中,可通过浏览器打开 tests/report/report.html 查看本次测试报告内容,其余文件也会在本目录中生成。

创建测试用例的详细规范请参见 编写测试用例