diff options
author | Jia Tan <jiat0218@gmail.com> | 2022-11-19 23:18:04 +0800 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-19 17:35:38 +0200 |
commit | a11a2b8b5e830ba682c1d81aaa7078842b296995 (patch) | |
tree | c1a2e3f50adfd434f1efd2f37c7c8f307fae04ea | |
parent | Translations: Update the Korean translation. (diff) | |
download | xz-a11a2b8b5e830ba682c1d81aaa7078842b296995.tar.xz |
CMake: Adds test_memlimit to CMake tests
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ec44bac3..6d085bf9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -795,6 +795,7 @@ if(BUILD_TESTING) test_filter_flags test_hardware test_index + test_memlimit test_stream_flags test_vli ) |