]> git.ozlabs.org Git - ccan/commit
Move ccanlint tests into subdirectories.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 28 May 2009 04:14:35 +0000 (13:44 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 28 May 2009 04:14:35 +0000 (13:44 +0930)
commit8f61c0bccb152b2365baf70deac1e59264d7feb7
tree292e2fbc0b168a76539fde4c846a41f2565ba624
parent15290c3feb9b61967311659a865fb3b5d05b1a49
Move ccanlint tests into subdirectories.
13 files changed:
tools/ccanlint/Makefile
tools/ccanlint/compulsory_tests/has_info.c [new file with mode: 0644]
tools/ccanlint/compulsory_tests/has_main_header.c [new file with mode: 0644]
tools/ccanlint/compulsory_tests/has_tests.c [new file with mode: 0644]
tools/ccanlint/has_info.c [deleted file]
tools/ccanlint/has_info_documentation.c [deleted file]
tools/ccanlint/has_main_header.c [deleted file]
tools/ccanlint/has_tests.c [deleted file]
tools/ccanlint/idempotent.c [deleted file]
tools/ccanlint/tests/has_info_documentation.c [new file with mode: 0644]
tools/ccanlint/tests/idempotent.c [new file with mode: 0644]
tools/ccanlint/tests/trailing_whitespace.c [new file with mode: 0644]
tools/ccanlint/trailing_whitespace.c [deleted file]