Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,567 changes: 1,567 additions & 0 deletions .github/prompts/catalyst-test-it.prompt.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ enable_testing()

add_subdirectory(core)
add_subdirectory(tests)
add_subdirectory(workerpool)
add_subdirectory(workerpool)
5 changes: 5 additions & 0 deletions Tests/unit/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ add_executable(${TEST_RUNNER_NAME}
test_iterator.cpp
test_jsonobject.cpp
test_jsonparser.cpp
test_jsonrpc_handler.cpp
test_jsonstring.cpp
test_keyvalue.cpp
test_library.cpp
Expand All @@ -47,13 +48,15 @@ add_executable(${TEST_RUNNER_NAME}
test_memberavailability.cpp
test_message_dispatcher.cpp
test_messageException.cpp
test_serviceadministrator.cpp
test_networkinfo.cpp
test_nodeid.cpp
test_numbertype.cpp
test_optional.cpp
test_parser.cpp
test_portability.cpp
test_processinfo.cpp
test_proxytype.cpp
test_queue.cpp
test_rangetype.cpp
test_readwritelock.cpp
Expand Down Expand Up @@ -106,13 +109,15 @@ add_executable(${TEST_RUNNER_NAME}
test_iterator.cpp
test_jsonobject.cpp
test_jsonparser.cpp
test_jsonrpc_handler.cpp
test_jsonstring.cpp
test_keyvalue.cpp
test_library.cpp
test_lockablecontainer.cpp
test_measurementtype.cpp
test_memberavailability.cpp
test_messageException.cpp
test_serviceadministrator.cpp
test_networkinfo.cpp
test_nodeid.cpp
test_numbertype.cpp
Expand Down
Loading
Loading