Added basic class access and type specifiers generation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user