Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
LCSB-BioCore
SBML.jl
Commits
074b203c
Commit
074b203c
authored
Jan 28, 2021
by
Miroslav Kratochvil
🚴
Browse files
test skeleton
parent
5653d9e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Project.toml
View file @
074b203c
name
=
"SBML"
uuid
=
"e5567a89-2604-4b09-9718-f5f78e97c3bb"
authors
=
[
"Mirek Kratochvil <miroslav.kratochvil@uni.lu>"
,
"LCSB R3 team <lcsb-r3@uni.lu>"
]
authors
=
[
"Mirek Kratochvil <miroslav.kratochvil@uni.lu>"
,
"LCSB R3 team <lcsb-r3@uni.lu>"
]
version
=
"0.1.0"
[deps]
Libdl
=
"8f399da3-3557-5675-b5ff-fb832c97cbdb"
Pkg
=
"44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SBML_jll
=
"bb12108a-f4ef-5f88-8ef3-0b33ff7017f1"
Test
=
"8dfed614-e22c-5e08-85e1-65c5234f0b40"
test/runtests.jl
0 → 100644
View file @
074b203c
using
Test
using
SBML
import
Pkg
@testset
"CCall to SBML works and SBML returns a version"
begin
@test
typeof
(
SBMLVersion
())
==
Pkg
.
VersionNumber
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment