Skip to content

Commit 94f3ffa

Browse files
authored
Merge pull request #498 from SciML/test-valid-benchmarks
Load benchmarks in tests
2 parents 389615e + 925c088 commit 94f3ffa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ if GROUP == "QA"
146146
end
147147

148148
if GROUP == "All" || GROUP == "Core"
149+
@testset "Benchmarks are valid" verbose = true begin
150+
# https://github.com/pogudingleb/RationalFunctionFields.jl uses this
151+
include(joinpath(dirname(dirname(pathof(StructuralIdentifiability))), "benchmarking", "benchmarks.jl"))
152+
end
153+
149154
@time @testset "All the tests" verbose = true begin
150155
for test_file in all_tests
151156
if !contains(test_file, "qa.jl")

0 commit comments

Comments
 (0)