Skip to content

Commit

Permalink
Fix runtests.jl file name (#4)
Browse files Browse the repository at this point in the history
* Fix runtests.jl file name

* add test dependency
  • Loading branch information
mateuszbaran authored Apr 3, 2024
1 parent 5fe9e63 commit bcd13ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ name = "ManifoldExamples"
uuid = "21be47e3-92bf-4199-8515-27870869dcc6"
authors = ["Ronny Bergmann <[email protected]>"]
version = "0.1.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
2 changes: 1 addition & 1 deletion test/runtest.jl → test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ using ManifoldExamples, Test

@testset "Manifold Examples" begin

end
end

0 comments on commit bcd13ca

Please sign in to comment.