mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
HACKING: Document make targets and ./configure --enable-gcc-warnings.
This commit is contained in:
7
HACKING
7
HACKING
@@ -24,6 +24,13 @@ Please make sure that the code compiles without warnings.
|
||||
|
||||
Please test any changes.
|
||||
|
||||
Useful targets:
|
||||
make syntax-check Checks the syntax of the C code.
|
||||
make check Runs the test suite.
|
||||
|
||||
Enable warnings, and fix any you find:
|
||||
./configure --enable-gcc-warnings
|
||||
|
||||
Code indentation
|
||||
----------------------------------------------------------------------
|
||||
Our C source code generally adheres to some basic code-formatting
|
||||
|
||||
Reference in New Issue
Block a user