Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Aug 20, 2015
1 parent 90a5f67 commit bd307f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/JuliaIntro.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ module JuliaIntro
# Pkg.clone("git@github.com:wookay/PageDown.git")
using PageDown

println("pwd $(pwd())")
push!(LOAD_PATH, "src")
import Slide: pages

export page
Expand Down
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module JuliaIntroTest
using Base.Test

push!(LOAD_PATH, "src")
push!(LOAD_PATH, "../src")

using JuliaIntro, Slide
@assert isdefined(:JuliaIntro)
Expand Down

0 comments on commit bd307f7

Please sign in to comment.