Skip to content

Commit

Permalink
Print testset names (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber authored Oct 5, 2023
1 parent 341b921 commit 9bf1da6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ macro trixi_testset(name, expr)

# TODO: `@eval` is evil
quote
println(""^100)
println($name)

local time_start = time_ns()

@eval module $mod
Expand Down

0 comments on commit 9bf1da6

Please sign in to comment.