We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511ce6c commit db2f287Copy full SHA for db2f287
test/runtests.jl
@@ -13,7 +13,7 @@ files = isempty(ARGS) ? test_files : ARGS
13
for file in files
14
quote
15
@testset $file begin
16
- include($file*".jl")
+ include($file)
17
end
18
end |> eval
19
0 commit comments