Skip to content

Commit 35ce4dd

Browse files
committed
Add a more recognizable test runner
1 parent b16154b commit 35ce4dd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include("test/Catalan_test.jl")

test/Catalan_test.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ using Base.Test
5050
@test integer_partitions(5) == {[1, 1, 1, 1, 1], [2, 1, 1, 1], [2, 2, 1], [3, 1, 1], [3, 2], [4, 1], [5]}
5151
@test_fails integer_partitions(-1)
5252

53-
# Young diagrams
5453
include("youngdiagrams.jl")

0 commit comments

Comments
 (0)