Remove QC.hs and replace it with an auto-generated file
In order to have correct code coverage results, we must somehow import all production modules into the test runner. Until now, this was done manually (when we didn't forget) in QC.hs. To improve the situation, we remove QC.hs and replace it with an auto-generated file which imports all modules. This reduces the maintenance burden and ensures we'll always have correct coverage. Signed-off-by:Iustin Pop <iustin@google.com> Reviewed-by:
Michael Hanselmann <hansmi@google.com>
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Makefile.am 16 additions, 3 deletionsMakefile.am
- htest/Test/Ganeti/TestImports.hs.in 7 additions, 0 deletionshtest/Test/Ganeti/TestImports.hs.in
- htest/test.hs 1 addition, 1 deletionhtest/test.hs
- htools/Ganeti/HTools/QC.hs 0 additions, 100 deletionshtools/Ganeti/HTools/QC.hs
Loading
Please register or sign in to comment