Added basic class access and type specifiers generation

This commit is contained in:
Bartek Kryza
2021-02-23 23:31:35 +01:00
parent a3459035d7
commit 78d8655c6d
8 changed files with 145 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ set(CLANG_UML_TEST_CASES_SRC
test_cases.cc
t00001/t00001.cc
t00002/t00002.cc
t00003/t00003.cc
)
set(CLANG_UML_TEST_CASES_HEADER
catch.h
@@ -25,5 +26,6 @@ target_link_libraries(test_cases
configure_file(t00001/.clanguml t00001/.clanguml COPYONLY)
configure_file(t00002/.clanguml t00002/.clanguml COPYONLY)
configure_file(t00003/.clanguml t00003/.clanguml COPYONLY)
add_test(NAME test_cases COMMAND test_cases)