]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add framework for code style- and syntax-checking rules.
authorJim Meyering <meyering@redhat.com>
Tue, 29 Jan 2008 17:42:39 +0000 (17:42 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 29 Jan 2008 17:42:39 +0000 (17:42 +0000)
commitcc337da21f336242bbd1a5bbcbef3c7d7296de88
tree9f43e6ccfec0757c6a6eafba8f809ed61e855afc
parentacff2d11ac4fe1fe97d06aa9d21e77408e0ba688
Add framework for code style- and syntax-checking rules.

Almost all tests are initially disabled via the list in Makefile.cfg.
* Makefile.am (EXTRA_DIST): Add .x-sc_avoid_if_before_free.
Omit names of files that automake includes automatically.
* .x-sc_avoid_if_before_free: New file.
* build-aux/vc-list-files: Likewise.
* build-aux/find-unnecessary-if-before-free: Likewise.
* GNUmakefile, Makefile.cfg, Makefile.maint: New files.
.x-sc_avoid_if_before_free [new file with mode: 0644]
ChangeLog
GNUmakefile [new file with mode: 0644]
Makefile.am
Makefile.cfg [new file with mode: 0644]
Makefile.maint [new file with mode: 0644]
build-aux/find-unnecessary-if-before-free [new file with mode: 0755]
build-aux/vc-list-files [new file with mode: 0755]