summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-05-28 09:37:22 +0100
committerRichard Hughes <richard@hughsie.com>2009-05-28 09:37:22 +0100
commit0e0b909aeb771925b0f179e40c7ee7010dbcf523 (patch)
tree07ecad95943cb52f54113fa3fa831a0b096eae7d /HACKING
parente8a68d6f8766251d49b66cb8c2773222f0c565d6 (diff)
Remove support for the unused gcov and gprof testing tools
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 0 insertions, 6 deletions
diff --git a/HACKING b/HACKING
index 8a71c416e..1cfa0a928 100644
--- a/HACKING
+++ b/HACKING
@@ -63,12 +63,6 @@ Remember:
Use 'make security-check' to find obvious security problems.
Use "ITS4: ignore" if you are totally 100% sure that it's not a problem.
-If you compile with --enable-gcov you can use 'make gcov' to get coverage
-reports for the unit test code.
-If you compile with --enable-gprof you can use 'make gprof' to get profiling
-data - but you probably don't want to be building packages with these options
-turned on for obvious reasons.
-
Submitting Patches
------------------
Use 'git format-patch' to generate patches against a checked out copy