]> wimlib.net Git - wimlib/commit - configure.ac
Add randomized testing program
authorEric Biggers <ebiggers3@gmail.com>
Sun, 17 Apr 2016 14:44:54 +0000 (09:44 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 17 Apr 2016 15:16:41 +0000 (10:16 -0500)
commit37d9c3935130128901f6eee8d7531d8ae4b1bca6
tree0d4250502451d6b1c80fdcb0c2e488674b6e6d91
parente6aef6a0af9e26797ca1711a8014a5fb62b3755e
Add randomized testing program

Introduce the ability to configure the library with test-specific code,
add in-library code for directory tree generation and comparison, and add
the "wlfuzz" randomized test runner which uses the new functionality.
Makefile.am
configure.ac
include/wimlib/dentry.h
include/wimlib/inode.h
include/wimlib/scan.h
include/wimlib/test_support.h [new file with mode: 0644]
src/error.c
src/test_support.c [new file with mode: 0644]
src/update_image.c
tests/wlfuzz.c [new file with mode: 0644]