Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Mar 7, 2017
1 parent 902a783 commit 70b46b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Pkg.checkout("GLFW", "sd/warn")
cd(Pkg.dir("GLFW")) do
run(`git fetch origin`)
run(`git checkout sd/warn`)
end
using GLVisualize
include(GLVisualize.dir("examples", "ExampleRunner.jl"))
using ExampleRunner
Expand Down

0 comments on commit 70b46b8

Please sign in to comment.