Skip to content

Commit

Permalink
TEST: included all in runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Lyon authored and Spencer Lyon committed Aug 28, 2014
1 parent db0aece commit 84448a6
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions test/runtests.jl
@@ -1,5 +1,22 @@
using QuantEcon
using Base.Test
using FactCheck

# write your own tests here
@test 1 == 1
include("util.jl")

include("test_arma.jl")
include("test_compute_fp.jl")
include("test_discrete_rv.jl")
include("test_ecdf.jl")
include("test_estspec.jl")
include("test_kalman.jl")
include("test_lae.jl")
include("test_lqcontrol.jl")
include("test_lss.jl")
include("test_markov_approx.jl")
include("test_matrix_eqn.jl")
include("test_mc_tools.jl")
include("test_models.jl")
include("test_quad.jl")
include("test_quadsum.jl")
include("test_robustlq.jl")

exitstatus()

0 comments on commit 84448a6

Please sign in to comment.