X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=HACKING;h=bdb828713d159a9525c237f2d1e76b0ba736066c;hp=3746ffda9f17e1cf5b0b38115b038ef8d42c03d8;hb=0ca36888c6975ffa7e03df11bf8ded42156939c7;hpb=f1d23409f7297c8435c939b919fe5c2331fd484e diff --git a/HACKING b/HACKING index 3746ffd..bdb8287 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 @@ -76,6 +83,9 @@ daemon/ df/ The virt-df tool. +edit/ + The virt-edit tool. + examples/ The examples. @@ -115,6 +125,9 @@ python/ regressions/ Regression tests. +rescue/ + The virt-rescue tool. + ruby/ Ruby bindings. @@ -125,9 +138,6 @@ src/ test-tool/ Interactive qemu/kernel test tool. -v2v/ - Xen to KVM (V2V) conversion tool. - Debugging ----------------------------------------------------------------------