jbush001 / NyuziProcessor

GPGPU microprocessor architecture
Apache License 2.0
1.96k stars 348 forks source link

Add test tags #163

Open jbush001 opened 6 years ago

jbush001 commented 6 years ago

test_harness.py should allow adding tags to tests and filter running tests by those tags. For example, tests could be tagged as exercising emulator, hardware, or software (with some tests belonging to multiple categories). For a compiler tests, we could only tests tagged with software, skipping things like verilog unit tests, for example.

This would also be useful for tagging which tests should be run during CI.