From a11a2b8b5e830ba682c1d81aaa7078842b296995 Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Sat, 19 Nov 2022 23:18:04 +0800 Subject: [PATCH] CMake: Adds test_memlimit to CMake tests --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 )