diff --git a/test/test_for_precompile.jl b/test/test_for_precompile.jl index 74a04f71..66b77f7d 100644 --- a/test/test_for_precompile.jl +++ b/test/test_for_precompile.jl @@ -1,5 +1,6 @@ __PRECOMPILE__ = true -let +let + mkdir("../output/", exist_ok=true) include("../examples/autopilot.jl") end