Skip to content

Commit

Permalink
[flang] Update output format test to use GTest
Browse files Browse the repository at this point in the history
Better document each test in output formatting tests. Use GTest primitives and infrastructure in same
spirit as [[ https://reviews.llvm.org/D97403 | D97403 ]]. [[ flang-compiler/f18#995 (comment) | See legacy github issue linked here ]] for additional context. Reorganize long test cases to be more readable.

Reviewed By: awarzynski, klausler

Differential Revision: https://reviews.llvm.org/D98303
  • Loading branch information
ashermancinelli authored and MatteCarra committed Mar 30, 2021
1 parent 125d50c commit d594166
Show file tree
Hide file tree
Showing 4 changed files with 697 additions and 531 deletions.
5 changes: 0 additions & 5 deletions flang/unittests/Runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ add_flang_nongtest_unittest(format
FortranRuntime
)

add_flang_nongtest_unittest(hello
RuntimeTesting
FortranRuntime
)

# This test is not run by default as it requires input.
add_executable(external-hello-world
external-hello.cpp
Expand Down
Loading

0 comments on commit d594166

Please sign in to comment.