svstuff / systemverilog

SystemVerilog stuff and stuff.
http://svstuff.github.io/systemverilog
MIT License
11 stars 4 forks source link

Reorganized tests and unified test-runner script #15

Closed spookysys closed 8 years ago

spookysys commented 8 years ago

Moved all test-related files to "tests" directory Adapted the various scripts into one unified test-runner Made Travis-CI run all the available tests, including known failures and negatives (test-runner supports this)

eriklovlie commented 8 years ago

Thanks, this looks a lot more tidy than my mess! At some point I want to run the tests from scala itself since probably 99% of the time it takes to run the tests are spent in jvm startup.