Add unittest for compression_wrapper
authorTomas Mlcoch <tmlcoch@redhat.com>
Tue, 17 Apr 2012 11:49:34 +0000 (13:49 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Tue, 17 Apr 2012 11:49:34 +0000 (13:49 +0200)
commitffb391acca7de60a8d8bed594d62162af7caf7e9
tree4382659c570d31540459ec1cc75a9f269c984a02
parent63fa4ce2a6e95a9cec1b789157fff054c27ff482
Add unittest for compression_wrapper
17 files changed:
CMakeLists.txt
src/CMakeLists.txt
src/compression_wrapper.c
src/compression_wrapper.h
tests/test_data/compressed_files/00_plain.foo0 [new file with mode: 0644]
tests/test_data/compressed_files/00_plain.foo1 [new file with mode: 0644]
tests/test_data/compressed_files/00_plain.foo2 [new file with mode: 0644]
tests/test_data/compressed_files/00_plain.txt [new file with mode: 0644]
tests/test_data/compressed_files/00_plain.txt.bz2 [new file with mode: 0644]
tests/test_data/compressed_files/00_plain.txt.gz [new file with mode: 0644]
tests/test_data/compressed_files/01_plain.foo0 [new file with mode: 0644]
tests/test_data/compressed_files/01_plain.foo1 [new file with mode: 0644]
tests/test_data/compressed_files/01_plain.foo2 [new file with mode: 0644]
tests/test_data/compressed_files/01_plain.txt [new file with mode: 0644]
tests/test_data/compressed_files/01_plain.txt.bz2 [new file with mode: 0644]
tests/test_data/compressed_files/01_plain.txt.gz [new file with mode: 0644]
tests/testcompression_wrapper.c [new file with mode: 0644]