commit | 470e737a872918afd9067de1ce92d571d5671d40 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri May 29 11:01:22 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri May 29 11:01:22 2009 -0400 |
tree | d3d70101609d59347a723e2b55c5aa548b83670f | |
parent | 86522281f8be6e5fca0b3ed552786db4979a45a4 [diff] |
libext2fs: Move test code for csum.c inline instead of in a separate file Move the test code which is used to build the tst_csum progam from tst_csum into csum.c under an #ifdef DEBUG to simplify things and to avoid compile problems caused by not having a prototype for ext2fs_group_desc_csum(). Addresses-Sourceforge-Bug: #2484331 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>