Skip to content

Commit 24d8d0c

Browse files
test
1 parent 2028d35 commit 24d8d0c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ DataStructures = "0.17, 0.18, 0.19"
1313
FileIO = "1"
1414
JLD2 = "0.2, 0.3, 0.4, 0.5"
1515
Suppressor = "0.2, 0.3"
16+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1617
julia = "1.5"
1718

1819
[extras]

src/ReusableFunctions.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ LA-CC-15-080; Copyright Number Assigned: C16008
3131
"""
3232
module ReusableFunctions
3333

34+
const rfdir = splitdir(splitdir(pathof(ReusableFunctions))[1])[1]
35+
36+
"Test ReusableFunctions"
37+
function test()
38+
include(joinpath(rfdir, "test", "runtests.jl"))
39+
end
40+
41+
3442
restarts = 0
3543
computes = 0
3644
quiet = true

0 commit comments

Comments
 (0)