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

This commit is contained in:
Jia Tan 2024-02-26 20:06:10 +08:00
rodič 9eed1b9a3a
revize eb8ad59e9b
2 změnil soubory, kde provedl 2 přidání a 0 odebrání

1
.gitignore vendorováno
Zobrazit soubor

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

Zobrazit soubor

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