diff --git a/test/runtests.jl b/test/runtests.jl index 5f72cad..303392b 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,5 +1,12 @@ using SeqMaker +using OpenGene using Base.Test +function test_ngs() + ngs(depth = 0.01) + return true +end + # write your own tests here -@test 1 == 1 +info("Test starts, this may take minutes to hours if it need to download the genome assembly") +@test test_ngs()