jbush001 / NyuziProcessor

GPGPU microprocessor architecture
Apache License 2.0
1.97k stars 349 forks source link

Top level test runner script that consolidates all tests #136

Open jbush001 opened 6 years ago

jbush001 commented 6 years ago

Rather than using recursive make, a top level script will find all tests and execute them, printing statistics for all tests:

https://gist.github.com/jbush001/4ee6762b9a062c4c1a1f7b68c03c0975

jbush001 commented 6 years ago

One problem with the prototype implementation is that it runs all tests, which takes a long time. Would be nice to have test levels so the CI tests could run a subset. See #163.