Skip to content

Commit

Permalink
try to fix tests to work with Requires for pre 1.9 julia
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Oct 7, 2023
1 parent c4454b5 commit 5c281f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/SummationByPartsOperatorsExt_tests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using SummationByPartsOperators

@testset "StartUpDGSummationByPartsOperatorsExt tests" begin

tol = 200*eps()
Expand Down
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
using Test
using Suppressor
using LinearAlgebra

# we need to load this first before StartUpDG for Julia pre-v1.9
# since Requires.jl needs us to load this first.
using SummationByPartsOperators

using StartUpDG

include("write_vtk_tests.jl")
Expand Down

0 comments on commit 5c281f1

Please sign in to comment.