diff options
author | Klas Johansson <[email protected]> | 2011-05-11 22:56:42 +0200 |
---|---|---|
committer | Klas Johansson <[email protected]> | 2011-05-26 17:47:19 +0200 |
commit | 61621e6623bca4ae75c44a2d8f765098ac798e42 (patch) | |
tree | 74a7be09d8ebf7c7ea465cb95023e2bf7a3f5e16 /make/make_emakefile | |
parent | 4a5a75811e2cd590b5c94f71864a5245fd511ccf (diff) | |
download | otp-61621e6623bca4ae75c44a2d8f765098ac798e42.tar.gz otp-61621e6623bca4ae75c44a2d8f765098ac798e42.tar.bz2 otp-61621e6623bca4ae75c44a2d8f765098ac798e42.zip |
Generate separate surefire XMLs for each test suite
Previously the test cases of all test suites (=modules) were put in
one and the same surefire report XML thereby breaking the principle of
least astonishment and making post analysis harder. Assume the
following layout:
src/x.erl
src/y.erl
test/x_tests.erl
test/y_tests.erl
The results for both x_tests and y_tests were written to only one
report grouped under either module x or y (seemingly randomly).
Now two reports, one for module x and one for y are generated.
Diffstat (limited to 'make/make_emakefile')
0 files changed, 0 insertions, 0 deletions