Skip to content

Commit 820602c

Browse files
committed
Modernize tests
1 parent fa812c2 commit 820602c

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

test/FormalPowerSeries.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
#!/usr/bin/env julia
2-
#
31
# Excursions in formal power series (fps)
4-
#
5-
# Jiahao Chen <[email protected]> 2013
6-
7-
using Base.Test
8-
using RandomMatrices
9-
102
MaxSeriesSize=10
113
MaxRange = 50
124
MatrixSize=15

test/Haar.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
using RandomMatrices
2-
using Base.Test
3-
using Distributions
4-
51
N=5
62
A=randn(N,N)
73
B=randn(N,N)

test/runtests.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
using RandomMatrices
2+
using Base.Test
3+
4+
include("FormalPowerSeries.jl")
5+
include("Haar.jl")
6+

0 commit comments

Comments
 (0)