trun collision test by default - Granular.jl - Julia package for granular dynamics simulation
 (HTM) git clone git://src.adamsgaard.dk/Granular.jl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d82a0c7580071aa4da92054eb92a864ca24d66f0
 (DIR) parent 4dc81e76176b095a254667a0d52ff0d5a976ae3c
 (HTM) Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Tue, 18 Apr 2017 22:27:25 -0400
       
       run collision test by default
       
       Diffstat:
         M test/runtests.jl                    |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
 (DIR) diff --git a/test/runtests.jl b/test/runtests.jl
       t@@ -1,5 +1,4 @@
        using SeaIce
        using Base.Test
        
       -# write your own tests here
       -@test 1 == 2
       +include("collision-2floes-normal.jl")