We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9367788 commit 6a99d12Copy full SHA for 6a99d12
test/runtests.jl
@@ -1,3 +1,5 @@
1
+module ApproxFunOrthogonalPolynomials_Runtests
2
+
3
using ApproxFunOrthogonalPolynomials
4
using LinearAlgebra
5
using Test
@@ -35,3 +37,5 @@ include("SpeedPDETest.jl")
35
37
include("SpeedOperatorTest.jl")
36
38
include("showtest.jl")
39
include("miscAFBase.jl")
40
41
+end # module
0 commit comments