mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
aa75c5563a
Created tests for all API functions exported in src/liblzma/api/lzma/hardware.h. The tests are fairly trivial but are helpful because they will inform users if their machines cannot support these functions. They also improve the code coverage metrics.
71 lines
1.1 KiB
Text
71 lines
1.1 KiB
Text
*~
|
|
*.bak
|
|
*.bak[0-9]
|
|
.gdb_history
|
|
|
|
.deps
|
|
.libs
|
|
*.la
|
|
*.lo
|
|
*.o
|
|
Makefile.in
|
|
|
|
/ABOUT-NLS
|
|
/autom4te.cache
|
|
/Doxyfile
|
|
/aclocal.m4
|
|
/config.h
|
|
/config.h.in
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/libtool
|
|
/stamp-h1
|
|
|
|
build-aux/compile
|
|
build-aux/config.guess
|
|
build-aux/config.rpath
|
|
build-aux/config.sub
|
|
build-aux/depcomp
|
|
build-aux/install-sh
|
|
build-aux/ltmain.sh
|
|
build-aux/missing
|
|
build-aux/test-driver
|
|
|
|
/src/liblzma/liblzma.pc
|
|
/src/lzmainfo/lzmainfo
|
|
/src/xz/xz
|
|
/src/xzdec/lzmadec
|
|
/src/xzdec/xzdec
|
|
|
|
/src/scripts/xzdiff
|
|
/src/scripts/xzgrep
|
|
/src/scripts/xzless
|
|
/src/scripts/xzmore
|
|
|
|
/tests/compress_generated_abc
|
|
/tests/compress_generated_random
|
|
/tests/compress_generated_text
|
|
/tests/create_compress_files
|
|
/tests/test_bcj_exact_size
|
|
/tests/test_block_header
|
|
/tests/test_check
|
|
/tests/test_filter_flags
|
|
/tests/test_hardware
|
|
/tests/test_index
|
|
/tests/test_stream_flags
|
|
/tests/xzgrep_test_1.xz
|
|
/tests/xzgrep_test_2.xz
|
|
/tests/xzgrep_test_output
|
|
|
|
/lib/Makefile
|
|
/tests/Makefile
|
|
/Makefile
|
|
/debug/Makefile
|
|
/src/scripts/Makefile
|
|
/src/xz/Makefile
|
|
/src/Makefile
|
|
/src/liblzma/Makefile
|
|
/src/liblzma/api/Makefile
|
|
/src/lzmainfo/Makefile
|
|
/src/xzdec/Makefile
|