Skip to content

Commit

Permalink
Tests: Add test_microlzma to .gitignore and CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaT75 committed Feb 26, 2024
1 parent 9eed1b9 commit eb8ad59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1984,6 +1984,7 @@ if(BUILD_TESTING)
test_index_hash
test_lzip_decoder
test_memlimit
test_microlzma
test_stream_flags
test_vli
)
Expand Down

0 comments on commit eb8ad59

Please sign in to comment.