ucb-bar / chisel2-deprecated

chisel.eecs.berkeley.edu
387 stars 90 forks source link

Ensure testKeywordsNull() has an application to execute. #565

Closed ucbjrl closed 8 years ago

ucbjrl commented 8 years ago

Since the order of test runs is indeterminate, we can't assume testKeywordsCpp() or testKeywordsVerilog() have run before testKeywordsNull(). The latter needs to prepare its test environment independently of other tests.