Skip to content

Commit

Permalink
Add dates test to test/Makefile. Also move Dates up in the testing li…
Browse files Browse the repository at this point in the history
…neup since it takes longer.
  • Loading branch information
quinnj committed Aug 18, 2014
1 parent 0ad8e67 commit 9d395c7
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ TESTS = all core keywordargs numbers strings unicode collections hashing \
math functional bigint sorting statistics spawn parallel arpack file \
git pkg resolve suitesparse complex version pollfd mpfr broadcast \
socket floatapprox priorityqueue readdlm regex float16 combinatorics \
sysinfo rounding ranges mod2pi euler show lineedit \
dates sysinfo rounding ranges mod2pi euler show lineedit \
replcompletions backtrace repl test goto llvmcall

default: all
5 changes: 2 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -6,10 +6,9 @@ testnames = [
"functional", "bigint", "sorting", "statistics", "spawn",
"backtrace", "priorityqueue", "arpack", "file", "suitesparse", "version",
"resolve", "pollfd", "mpfr", "broadcast", "complex", "socket",
"floatapprox", "readdlm", "regex", "float16", "combinatorics",
"floatapprox", "readdlm", "regex", "float16", "combinatorics", "dates"
"sysinfo", "rounding", "ranges", "mod2pi", "euler", "show",
"lineedit", "replcompletions", "repl", "test", "examples", "goto",
"llvmcall", "dates"
"lineedit", "replcompletions", "repl", "test", "examples", "goto", "llvmcall"
]
@unix_only push!(testnames, "unicode")

0 comments on commit 9d395c7

Please sign in to comment.