Whamcloud - gitweb
tests: create crcsum progam to support resizing tests
authorTheodore Ts'o <tytso@mit.edu>
Mon, 1 Apr 2013 00:31:46 +0000 (20:31 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 1 Apr 2013 00:41:23 +0000 (20:41 -0400)
commit28e66624031d272bbe1e9cff1f6403c0bb0a1e2c
tree2baeace14d5fd1428410915091e8beeb7980164c
parent447da244eb31f11516d991891f985a2770080033
tests: create crcsum progam to support resizing tests

The only checksum program which we can reliably count upon being
installed on all systems is "sum", which is not a particular robust
checksum.  The problem with using md5sum or sha1sum is it hat it may
not be installed on all systems.  So create a crcsum program which is
used so we can validate that a data file on a resized file system has
not been corrupted.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
tests/progs/Makefile.in
tests/progs/crcsum.c [new file with mode: 0644]
tests/test_config