@ocots shouldn't we always use `joinpath` for `include`s (in `main.jl`, `tests`, *etc.*)? ```julia include(joinpath(@__DIR__, "foo.jl")) ```