tests: all tests now use SimpleSuite.

- Also continuing doc updates.
This commit is contained in:
2023-10-21 17:40:01 -07:00
parent 0bf4dd54f3
commit 10888b4872
9 changed files with 348 additions and 194 deletions

View File

@@ -113,7 +113,6 @@ endmacro()
generate_test(buffer)
generate_test(tlv)
generate_test(dictionary)
generate_test(flags)
generate_test(stringutil)
# math and physics
@@ -124,6 +123,9 @@ generate_test(orientation)
generate_test(quaternion)
generate_test(vector)
add_executable(flags-demo test/flags.cc)
target_link_libraries(flags-demo ${PROJECT_NAME})
# test tooling
generate_test(simple_suite_example)