summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2022-11-19 23:18:04 +0800
committerLasse Collin <lasse.collin@tukaani.org>2022-11-19 17:35:38 +0200
commita11a2b8b5e830ba682c1d81aaa7078842b296995 (patch)
treec1a2e3f50adfd434f1efd2f37c7c8f307fae04ea /CMakeLists.txt
parent2af8d9e9b3f44f62d19e7c39297ec63af2e8c64f (diff)
downloadxz-a11a2b8b5e830ba682c1d81aaa7078842b296995.tar.gz
CMake: Adds test_memlimit to CMake tests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ec44bac..6d085bf 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
)