Skip to content

Commit

Permalink
Init testing infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Mar 12, 2023
1 parent f73392a commit c1be9cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[deps]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
using Test

@testset "Unit tests" verbose = true begin

end

0 comments on commit c1be9cb

Please sign in to comment.