thoni56 / jregr

Regression testing of program output to expected
1 stars 0 forks source link

Ability to run subdirectory only #2

Open thoni56 opened 3 years ago

thoni56 commented 3 years ago

With the new recursive behaviour it would be handy to be able to give a directory name as argument instead of case name.

The expected behaviour would be to run all cases (recursively) in that directory. Note that it might in itself have an empty .jregr so that has to be inherited in the same way as if the directory would be encountered when running the directory above it (or even from the top.

This would assume that current directory (or the -dir one) is the top level.

thoni56 commented 2 years ago

This is also related to #3