Merge: nitunit: compile test-suite only once
authorJean Privat <jean@pryen.org>
Fri, 12 Dec 2014 01:14:36 +0000 (20:14 -0500)
committerJean Privat <jean@pryen.org>
Fri, 12 Dec 2014 01:14:36 +0000 (20:14 -0500)
commit628b2043a31bc582cb7f96ed1b910217c3820051
tree103b9620bbb2ff33e5d4575de795a3f6bce9fe14
parent085c79d4d7e866d1e257b8d0507a6772717f5a69
parent0470e80c9cc0c79934bc2e5e1dceef4fd434b5ca
Merge: nitunit: compile test-suite only once

Thanks to this PR, all the test-cases in a test-suite are compiled in one file.
Nitunit then uses an argument to select which test-case to execute.

This allows a BIG gain of performances for large test-suites.

Special thanks @privat for the idea.

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

Pull-Request: #996
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Jean Privat <jean@pryen.org>