Added note decorator test case

This commit is contained in:
Bartek Kryza
2021-07-29 19:19:24 +02:00
parent 75cb5765f8
commit 4ee1aee0e7
11 changed files with 189 additions and 7 deletions

View File

@@ -74,5 +74,5 @@ foreach(TEST_CASE_CONFIG ${TEST_CASE_CONFIGS})
endforeach()
add_test(NAME test_util COMMAND test_util)
add_test(NAME test_command_parser COMMAND test_command_parser)
add_test(NAME test_decorator_parser COMMAND test_decorator_parser)
add_test(NAME test_cases COMMAND test_cases)