X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=HACKING;h=7156bf7072d399efbd0cc0bff193624c3a95d017;hp=3746ffda9f17e1cf5b0b38115b038ef8d42c03d8;hb=f9071160c1a5fe21a825398a81ba3ca584892a4e;hpb=f1d23409f7297c8435c939b919fe5c2331fd484e diff --git a/HACKING b/HACKING index 3746ffd..7156bf7 100644 --- a/HACKING +++ b/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 @@ -125,9 +132,6 @@ src/ test-tool/ Interactive qemu/kernel test tool. -v2v/ - Xen to KVM (V2V) conversion tool. - Debugging ----------------------------------------------------------------------