Skip to content

Commit

Permalink
WIP add subtype test suite
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
JeffBezanson committed Sep 13, 2016
1 parent c804f26 commit aa2e093
Show file tree
Hide file tree
Showing 2 changed files with 495 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/choosetests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Upon return, `tests` is a vector of fully-expanded test names, and
function choosetests(choices = [])
testnames = [
"linalg", "subarray", "core", "inference", "keywordargs", "numbers",
"printf", "char", "string", "triplequote", "unicode",
"subtype", "printf", "char", "string", "triplequote", "unicode",
"dates", "dict", "hashing", "iobuffer", "staged", "offsetarray",
"arrayops", "tuple", "reduce", "reducedim", "random", "abstractarray",
"intfuncs", "simdloop", "vecelement", "blas", "sparse",
Expand Down
Loading

0 comments on commit aa2e093

Please sign in to comment.