Skip to content

Commit ae4690a

Browse files
committed
Add mixed test suite for LLVMTypeAnalyzer
1 parent 5c77e11 commit ae4690a

File tree

2 files changed

+493
-0
lines changed

2 files changed

+493
-0
lines changed

test/llvm/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ add_executable(
2424
type_analyzer/variabletype_test.cpp
2525
type_analyzer/listtypeafterbranch_test.cpp
2626
type_analyzer/listtype_test.cpp
27+
type_analyzer/mixed_test.cpp
2728
)
2829

2930
target_link_libraries(

0 commit comments

Comments
 (0)