Skip to content

Commit 48c1ef6

Browse files
lkdvoskshyatt
authored andcommitted
add testsuite
1 parent 58846bb commit 48c1ef6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

test/testsuite/TestSuite.jl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Based on the design of GPUArrays.jl
2+
3+
"""
4+
TestSuite
5+
6+
Suite of tests that may be used for all packages inheriting from MatrixAlgebraKit.
7+
8+
"""
9+
module TestSuite
10+
11+
end

0 commit comments

Comments
 (0)