[test_runner] Add handle test suite

For now this just tests handle cloning and basic capability checking.
This commit is contained in:
Justin C. Miller
2022-02-22 00:06:42 -08:00
parent 30aed15090
commit 69a3b6dad7
4 changed files with 31 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ module("test_runner",
"test_case.cpp",
"tests/constexpr_hash.cpp",
"tests/handles.cpp",
"tests/linked_list.cpp",
"tests/mailbox.cpp",
"tests/map.cpp",