Skip to content

Commit 6eeed75

Browse files
committed
Add new runtests.jl file that calls modules
1 parent 0377958 commit 6eeed75

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

test/runtests.jl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using Random
2+
3+
Random.seed!(1234)
4+
5+
include("testplans.jl")
6+
include("testbackend.jl")
7+
8+
using .TestPlans
9+
using .TestUtils
10+
11+
test_fft_backend()
12+

0 commit comments

Comments
 (0)