aboutsummaryrefslogtreecommitdiffstats
path: root/test/runtests.jl
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtests.jl')
-rw-r--r--test/runtests.jl5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/runtests.jl b/test/runtests.jl
index d0bb3c7..c4beb52 100644
--- a/test/runtests.jl
+++ b/test/runtests.jl
@@ -3,8 +3,13 @@ println("Importing libs...")
include("../src/PyX.jl")
using PyX
using LaTeXStrings
+using PyCall
using Base.Test
+##### Helpers
+println("Testing helpers...")
+include("test_pyrecwrap.jl")
+
##### Setup Common Objects
println("Creating test objects...")
include("test_objects.jl")