Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen committed Jun 19, 2016
1 parent d80484d commit f82c581
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion 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()

0 comments on commit f82c581

Please sign in to comment.