encfs/tests
Jakob Unterwurzacher 8bda1c8a46 tests: Add integration tests
Add a simple cli-based test infrastructure with a few tests
to prepare future code changes.
Note that these cannot be run on Travis CI as it does not support
FUSE.

Expected output:

	$ tests/run.sh
	1 Running unit tests: OK
	*** running test_corruption.sh
	2 Reading file: OK
	3 Reading corrupted file: OK
	4 Reading file with MAC: OK
	5 Corruption with MAC returns IO error: OK
	*** running test_file_expansion.sh
	6 Creating files of different sizes: : OK
	7 Growing file: OK
	8 Internal modification: OK
	*** All tests OK
2014-10-17 19:41:21 +02:00
..
default.xml tests: Add integration tests 2014-10-17 19:41:21 +02:00
mac.xml tests: Add integration tests 2014-10-17 19:41:21 +02:00
run.sh tests: Add integration tests 2014-10-17 19:41:21 +02:00
test_corruption.sh tests: Add integration tests 2014-10-17 19:41:21 +02:00
test_file_expansion.sh tests: Add integration tests 2014-10-17 19:41:21 +02:00