1
0
Fork 0

Tests: Add test_microlzma to .gitignore and CMakeLists.txt.

Esse commit está contido em:
Jia Tan 2024-02-26 20:06:10 +08:00
commit eb8ad59e9b
2 arquivos alterados com 2 adições e 0 exclusões

1
.gitignore externo
Ver arquivo

@ -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

Ver arquivo

@ -1984,6 +1984,7 @@ if(BUILD_TESTING)
test_index_hash
test_lzip_decoder
test_memlimit
test_microlzma
test_stream_flags
test_vli
)