* Cleanup the kernel coverage analysis.

svn path=/nixos/trunk/; revision=16919
This commit is contained in:
Eelco Dolstra
2009-09-01 22:50:46 +00:00
parent 4d8d704fba
commit e7acca2ba3
3 changed files with 26 additions and 8 deletions

View File

@@ -31,6 +31,11 @@ with pkgs.lib;
ln -s /hostfs/$hostTmpDir/coverage-data /tmp/coverage-data
)
'';
# If the kernel has been built with coverage instrumentation, make
# it available under /proc/gcov.
boot.kernelModules = [ "gcov-proc" ];
};
}