nitunit: testsuite+diff tries additional `.res` files
authorJean Privat <jean@pryen.org>
Thu, 2 Jun 2016 23:44:47 +0000 (19:44 -0400)
committerJean Privat <jean@pryen.org>
Fri, 3 Jun 2016 20:04:02 +0000 (16:04 -0400)
commit852445e15217a58b7c14369ccb2f052ba110098b
tree17d24a2688b3bc31071dfd1827ffadd7d9259262
parent86fcbd8b5901861eae8cb509458322aee4ba1f38
nitunit: testsuite+diff tries additional `.res` files

* "test_suite.sav/test_case.res" grouped by test-suites
  The current one.
  Useful if there is a lot of test-suites and test-cases in a directory
* "sav/test_case.res" just grouped in a common directory
  Useful if there is a lot of test-suites OR test-cases in a directory
* "test_case.res" raw in the directory.
  Useful is there is a few test-suites and test-cases in a directory.

All 3 are exclusive. If more than one exists, the test-case is failed.

Signed-off-by: Jean Privat <jean@pryen.org>
src/testing/testing_suite.nit