Skip to content

Commit

Permalink
orly y u noe run arnoldy test
Browse files Browse the repository at this point in the history
Ai run arnoldy test nao kthx
  • Loading branch information
jiahao committed Feb 26, 2015
1 parent 905af7d commit 0e70a4b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/choosetests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ function choosetests(choices = [])
if "linalg" in tests
# specifically selected case
filter!(x -> x != "linalg", tests)
prepend!(tests, ["linalg1", "linalg2", "linalg3", "linalg4", "linalg/lapack", "linalg/triangular", "linalg/tridiag", "linalg/pinv", "linalg/givens", "linalg/cholesky", "linalg/lu"])
end
prepend!(tests, ["linalg1", "linalg2", "linalg3", "linalg4",
"linalg/lapack", "linalg/triangular", "linalg/tridiag",
"linalg/pinv", "linalg/givens", "linalg/cholesky", "linalg/lu",
"linalg/arnoldi"])
end

net_required_for = ["socket", "parallel"]
net_on = true
Expand Down

0 comments on commit 0e70a4b

Please sign in to comment.