Skip to content

Commit 79cc63b

Browse files
committed
Split tests in three groups.
1 parent 505d69f commit 79cc63b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+11
-11
lines changed
File renamed without changes.
File renamed without changes.

test/examples.jl renamed to test/base/examples.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function find_sources(path::String, sources=String[])
99
sources
1010
end
1111

12-
examples_dir = joinpath(@__DIR__, "..", "examples")
12+
examples_dir = joinpath(@__DIR__, "..", "..", "examples")
1313
examples = find_sources(examples_dir)
1414
filter!(file -> readline(file) != "# EXCLUDE FROM TESTING", examples)
1515

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)