diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-02-26 20:06:10 +0800 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-28 18:31:04 +0200 |
commit | d85efdc8911e6e8964ec920af44c8a6fe0a4c3c2 (patch) | |
tree | ab1d65de27e2a62f070ff9dae07eb2f9f80b42e4 | |
parent | Tests: Correct license header in test_microlzma.c. (diff) | |
download | xz-d85efdc8911e6e8964ec920af44c8a6fe0a4c3c2.tar.xz |
Tests: Add test_microlzma to .gitignore and CMakeLists.txt.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index b783399c..76700591 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1984,6 +1984,7 @@ if(BUILD_TESTING) test_index_hash test_lzip_decoder test_memlimit + test_microlzma test_stream_flags test_vli ) |