Skip to content

Commit 560becd

Browse files
committed
Add test stub
1 parent 126b9d1 commit 560becd

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ version = "0.1.0"
55

66
[compat]
77
julia = "1"
8+
9+
[extras]
10+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11+
12+
[targets]
13+
test = ["Test"]

test/runtests.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
using IrrationalConstants
2+
using Test
3+
4+
@testset "IrrationalConstants.jl" begin
5+
# Write your tests here.
6+
end

0 commit comments

Comments
 (0)