Skip to content

Commit

Permalink
Added test as an explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRT committed Jan 10, 2024
1 parent b0bbe32 commit ec8cecb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
ImmutableList = "4a558cac-c1ed-11e9-20da-3584bcd8709a"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1.7"
4 changes: 0 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module TestMetaModelica

using MetaModelica
using Test

Expand Down Expand Up @@ -41,5 +39,3 @@ using Test
end

end #= End MetaModelica testset =#

end #= End of TestMetaModelica =#

0 comments on commit ec8cecb

Please sign in to comment.