From e3dca1bf40ac8d8a884c261045ad1e9cade49a15 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 28 Jul 2010 12:00:34 +0000 Subject: fixes to build --- HACKING | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'HACKING') diff --git a/HACKING b/HACKING index c24e6ccee..511a88060 100644 --- a/HACKING +++ b/HACKING @@ -80,3 +80,18 @@ Coding style: instead of int i,j; + + + +Build-system: + +If you have code that is likely not to compile or build rules you might want to not +trigger for most developers, use "if HAVE_EXPERIMENTAL" in your Makefile.am. Then +it is OK to (temporarily) add non-compiling (or known-to-not-port) code. + +If you want to compile all testcases but NOT run them, run configure with the +--enable-test-suppression option. + +If you want to obtain code coverage results, run configure with the +--enable-coverage option and run the coverage.sh script in contrib/. + -- cgit v1.2.3