mirror of https://git.tukaani.org/xz.git
Tests: Add test_microlzma to .gitignore and CMakeLists.txt.
This commit is contained in:
parent
9eed1b9a3a
commit
eb8ad59e9b
|
@ -67,6 +67,7 @@ coverage
|
|||
/tests/test_index
|
||||
/tests/test_index_hash
|
||||
/tests/test_lzip_decoder
|
||||
/tests/test_microlzma
|
||||
/tests/test_memlimit
|
||||
/tests/test_stream_flags
|
||||
/tests/test_vli
|
||||
|
|
|
@ -1984,6 +1984,7 @@ if(BUILD_TESTING)
|
|||
test_index_hash
|
||||
test_lzip_decoder
|
||||
test_memlimit
|
||||
test_microlzma
|
||||
test_stream_flags
|
||||
test_vli
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue