]> git.ozlabs.org Git - ccan/commit
tdb2: make tests include a single mega-header to simplify future patches
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Aug 2011 05:38:16 +0000 (15:08 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Aug 2011 05:38:16 +0000 (15:08 +0930)
commit476567430be6962625bf399192e20938985232c7
treefa0961e6a1e2f76bff937c1c05617d88bdec07c5
parent1a0c636bc38213bd0322db47529f78f2dc22ffdd
tdb2: make tests include a single mega-header to simplify future patches

This lets us add the new files to a single place.
50 files changed:
ccan/tdb2/test/run-001-encode.c
ccan/tdb2/test/run-001-fls.c
ccan/tdb2/test/run-01-new_database.c
ccan/tdb2/test/run-02-expand.c
ccan/tdb2/test/run-03-coalesce.c
ccan/tdb2/test/run-04-basichash.c
ccan/tdb2/test/run-05-readonly-open.c
ccan/tdb2/test/run-10-simple-store.c
ccan/tdb2/test/run-11-simple-fetch.c
ccan/tdb2/test/run-12-store.c
ccan/tdb2/test/run-13-delete.c
ccan/tdb2/test/run-14-exists.c
ccan/tdb2/test/run-15-append.c
ccan/tdb2/test/run-16-wipe_all.c
ccan/tdb2/test/run-20-growhash.c
ccan/tdb2/test/run-21-parse_record.c
ccan/tdb2/test/run-25-hashoverload.c
ccan/tdb2/test/run-30-exhaust-before-expand.c
ccan/tdb2/test/run-35-convert.c
ccan/tdb2/test/run-50-multiple-freelists.c
ccan/tdb2/test/run-55-transaction.c
ccan/tdb2/test/run-56-open-during-transaction.c
ccan/tdb2/test/run-57-die-during-transaction.c
ccan/tdb2/test/run-64-bit-tdb.c
ccan/tdb2/test/run-80-tdb_fd.c
ccan/tdb2/test/run-81-seqnum.c
ccan/tdb2/test/run-82-lockattr.c
ccan/tdb2/test/run-83-openhook.c
ccan/tdb2/test/run-90-get-set-attributes.c
ccan/tdb2/test/run-91-get-stats.c
ccan/tdb2/test/run-92-get-set-readonly.c
ccan/tdb2/test/run-add-remove-flags.c
ccan/tdb2/test/run-check-callback.c
ccan/tdb2/test/run-expand-in-transaction.c
ccan/tdb2/test/run-features.c
ccan/tdb2/test/run-firstkey-nextkey.c
ccan/tdb2/test/run-fork-test.c
ccan/tdb2/test/run-lockall.c
ccan/tdb2/test/run-locktimeout.c
ccan/tdb2/test/run-missing-entries.c
ccan/tdb2/test/run-open-multiple-times.c
ccan/tdb2/test/run-record-expand.c
ccan/tdb2/test/run-remap-in-read_traverse.c
ccan/tdb2/test/run-seed.c
ccan/tdb2/test/run-simple-delete.c
ccan/tdb2/test/run-summary.c
ccan/tdb2/test/run-tdb_errorstr.c
ccan/tdb2/test/run-tdb_foreach.c
ccan/tdb2/test/run-traverse.c
ccan/tdb2/test/tdb2-source.h [new file with mode: 0644]