linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] xfstest btrfs/316: test send / receive
@ 2013-08-13 17:24 Jan Schmidt
  2013-08-13 17:24 ` [PATCH v4 1/2] xfstests: add fssum tool Jan Schmidt
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jan Schmidt @ 2013-08-13 17:24 UTC (permalink / raw)
  To: xfs; +Cc: linux-btrfs, sbehrens, sandeen

These two patches add the announced tests for btrfs send / receive. As
requested, the fssum tool is now included.

--
v1->v2:
 - included fssum
 - test number is now 316 (was 314)
v2->v3:
 - added missing -lcrypto to build fssum
 - removed obsolete change in README now that fssum is included
 - fixed comment in test/btrfs/316's header (314 -> 316)
v3->v4:
 - build fssum with help of autotools only if libssl is available
 - removed clumsy OPT_TARGETS in src/Makefile
 - added #define directives for SEEK_DATA and SEEK_HOLE to fssum.c

Jan Schmidt (2):
  xfstests: add fssum tool
  xfstests btrfs/316: test send / receive

 .gitignore           |    1 +
 aclocal.m4           |    1 +
 configure.ac         |    1 +
 include/builddefs.in |    1 +
 m4/Makefile          |    1 +
 m4/package_ssldev.m4 |    4 +
 src/Makefile         |    8 +
 src/fssum.c          |  828 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/316      |  116 +++++++
 tests/btrfs/316.out  |    4 +
 tests/btrfs/group    |    1 +
 11 files changed, 966 insertions(+), 0 deletions(-)
 create mode 100644 m4/package_ssldev.m4
 create mode 100644 src/fssum.c
 create mode 100755 tests/btrfs/316
 create mode 100644 tests/btrfs/316.out

-- 
1.7.2.5


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-08-13 22:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-13 17:24 [PATCH v4 0/2] xfstest btrfs/316: test send / receive Jan Schmidt
2013-08-13 17:24 ` [PATCH v4 1/2] xfstests: add fssum tool Jan Schmidt
2013-08-13 17:24 ` [PATCH v4 2/2] xfstests btrfs/316: test send / receive Jan Schmidt
2013-08-13 18:33 ` [PATCH v4 0/2] xfstest " Eric Sandeen
2013-08-13 22:31   ` Rich Johnston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).