Skip to content

Commit

Permalink
enable complex tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed May 30, 2013
1 parent e688a52 commit 0441c88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/runtests.jl
Expand Up @@ -4,9 +4,7 @@ testnames = ["core", "keywordargs", "numbers", "strings", "unicode",
"random", "math", "functional", "bigint", "sorting",
"statistics", "spawn", "parallel", "priorityqueue",
"arpack", "file", "perf", "suitesparse", "version",
"resolve", "pollfd", "mpfr", "broadcast"]

# Disabled: "complex"
"resolve", "pollfd", "mpfr", "broadcast", "complex"]

tests = ARGS==["all"] ? testnames : ARGS
n = min(8, CPU_CORES, length(tests))
Expand Down

0 comments on commit 0441c88

Please sign in to comment.