We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3d3f0 commit ffed7edCopy full SHA for ffed7ed
test/CMakeLists.txt
@@ -1,4 +1,7 @@
1
cmake_minimum_required(VERSION 3.31.6)
2
+#
3
+# builds unit tests
4
5
6
project(unittests C CXX)
7
set(CMAKE_CXX_STANDARD 20)
test/test.sh
@@ -213,6 +213,13 @@ unsandbox_list=(
213
run_testsuite "${INTEGRATION_TESTS}/kernel" "${exclusions[@]}"
214
unsandbox_list=()
215
216
217
+# memory tests
218
219
+exclusions=(
220
+)
221
+run_testsuite "${INTEGRATION_TESTS}/memory" "${exclusions[@]}"
222
+
223
#
224
# C++ STL runtime tests
225
0 commit comments