Skip to content

Commit

Permalink
reinstate random and add intfuncs to test/runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Nov 22, 2014
1 parent 04271cd commit 4125f4c
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 @@ -2,7 +2,7 @@
testnames = [
"linalg", "core", "keywordargs", "numbers", "strings", "dates",
"collections", "hashing", "remote", "iobuffer", "staged", "arrayops",
"subarray", "reduce", "reducedim",
"subarray", "reduce", "reducedim", "random", "intfuncs",
"simdloop", "blas", "fft", "dsp", "sparse", "bitarray", "math",
"functional", "bigint", "sorting", "statistics", "spawn",
"backtrace", "priorityqueue", "arpack", "file", "suitesparse", "version",
Expand Down

0 comments on commit 4125f4c

Please sign in to comment.