aboutsummaryrefslogtreecommitdiffstats
path: root/test/runexamples.jl
Commit message (Collapse)AuthorAgeFilesLines
* HACK: split out datafile-path-requiring examplesbnewbold2016-03-031-0/+54
When running "runtests.jl" from Pkg.test("PyX"), we get failures because data file paths are not local. This commit removes such examples from runtests.jl, and creates runexamples.jl which "does them all", but must be run locally. Should really find a better solution than this.