Skip to content

Commit

Permalink
run the generic type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Oct 11, 2023
1 parent fd0c300 commit c179c0a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

import SBMLFBCModels
import AbstractFBCModels as A
import SBMLFBCModels as S
using Test

@testset "SBMLFBCModels tests" begin end
@testset "SBMLFBCModels tests" begin
A.run_fbcmodel_type_tests(S.SBMLModel)
end

0 comments on commit c179c0a

Please sign in to comment.