Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian committed Nov 9, 2019
1 parent a6d4528 commit b382826
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
cd(@__DIR__)

using Pkg
pkg"activate ."

using Test, TestSetExtensions, SafeTestsets
using Genie

isdir(joinpath(Genie.config.path_build, Genie.Renderer.Html.BUILD_NAME)) && rm(joinpath(Genie.config.path_build, Genie.Renderer.Html.BUILD_NAME), force = true, recursive = true)

cd(@__DIR__)

@testset ExtendedTestSet "Genie tests" begin
@includetests ARGS
end

0 comments on commit b382826

Please sign in to comment.