We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55664e0 commit e588809Copy full SHA for e588809
tests/xtd.core.unit_tests/CMakeLists.txt
@@ -17,6 +17,7 @@ add_sources(
17
"src/xtd/collections/generic/tests/linked_list_tests.cpp"
18
"src/xtd/collections/generic/tests/list_tests.cpp"
19
"src/xtd/collections/generic/tests/queue_tests.cpp"
20
+ "src/xtd/collections/generic/tests/stack_tests.cpp"
21
"src/xtd/collections/tests/array_list_tests.cpp"
22
"src/xtd/collections/tests/bit_array_tests.cpp"
23
"src/xtd/configuration/tests/file_settings_tests.cpp"
0 commit comments