Skip to content

Commit

Permalink
add Base.runtests()
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Aug 10, 2014
1 parent 74e5eb7 commit e6931f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base/interactiveutil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,7 @@ function workspace()
empty!(package_locks)
nothing
end

function runtests()
run(`$JULIA_HOME/julia $(joinpath(JULIA_HOME,"..","share","julia","test","runtests.jl"))`)
end

0 comments on commit e6931f5

Please sign in to comment.