Skip to content

Commit

Permalink
Merge pull request #29 from omlins/deps
Browse files Browse the repository at this point in the history
update run test file
  • Loading branch information
omlins authored Feb 2, 2024
2 parents a3775b4 + 340c5c2 commit 6982701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import CellArrays # Precompile it.
excludedfiles = [ "test_excluded.jl"];

function runtests()
exename = Base.julia_cmd()
exename = joinpath(Sys.BINDIR, Base.julia_exename())
testdir = pwd()
istest(f) = endswith(f, ".jl") && startswith(basename(f), "test_")
testfiles = sort(filter(istest, vcat([joinpath.(root, files) for (root, dirs, files) in walkdir(testdir)]...)))
Expand Down

0 comments on commit 6982701

Please sign in to comment.