Build Status |
---|
(@v1.6) pkg> activate ./examples
Run your favorite example by executing the corresponding file, or running
julia> include("./examples/example_filename.jl")
(@v1.6) pkg> activate ./test
Define a variable TestLocal
julia> TestLocal = ""
Run your favorite test by executing the corresponding file, or running
julia> include("./test/test_filename.jl")