Provided a way to do sets of inst tests so that they organize nicely as well as an approach to providing the per test item "compile" option. I suppose that can be extended by just adding more default arguments to the test() function. Not sure I completely like this but got tired of fighting scala for a more elegant way.
There is a separate commit in here to add some missing file headers.
Provided a way to do sets of inst tests so that they organize nicely as well as an approach to providing the per test item "compile" option. I suppose that can be extended by just adding more default arguments to the
test()
function. Not sure I completely like this but got tired of fighting scala for a more elegant way.There is a separate commit in here to add some missing file headers.