Skip to content

Commit ffed7ed

Browse files
committed
enable memory tests
1 parent 6d3d3f0 commit ffed7ed

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

test/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
cmake_minimum_required(VERSION 3.31.6)
2+
#
3+
# builds unit tests
4+
#
25

36
project(unittests C CXX)
47
set(CMAKE_CXX_STANDARD 20)

test/test.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,13 @@ unsandbox_list=(
213213
run_testsuite "${INTEGRATION_TESTS}/kernel" "${exclusions[@]}"
214214
unsandbox_list=()
215215

216+
#
217+
# memory tests
218+
#
219+
exclusions=(
220+
)
221+
run_testsuite "${INTEGRATION_TESTS}/memory" "${exclusions[@]}"
222+
216223
#
217224
# C++ STL runtime tests
218225
#

0 commit comments

Comments
 (0)