ucb-bar / riscv-mini

Simple RISC-V 3-stage Pipeline in Chisel
Other
511 stars 102 forks source link

Avoid test directory collisions #33

Closed ucbjrl closed 4 years ago

ucbjrl commented 4 years ago

Add the TestType.namePrefix to the test name to produce the nameHint. Fixes #32

ucbjrl commented 4 years ago

I don't know whether it would be better to use the test namePrefix for an actual directory, so all the subtests are in the same directory. It seemed that that change would be more intrusive, but I suppose you could split the nameHint on '/' and create the needed directory path.

Left as an exercise for the user.

I'll commit this as is just to get Jenkins tests running again.