]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_c/Maasha/src/testall.pl
updateing to idba hybrid
[biopieces.git] / code_c / Maasha / src / testall.pl
index 4c9d2f1a1f1b55ce36ff5cd220a2262603da200c..eb0ce67b77d77f11fb07da439f545d7d371ae8b8 100755 (executable)
@@ -8,12 +8,15 @@ my ( $test_dir, @tests, $test );
 $test_dir = "test";
 
 @tests = qw(
+    test_barray
     test_common
     test_fasta
     test_filesys
     test_list
     test_mem
+    test_seq
     test_strings
+    test_ucsc
 );
 
 print STDERR "\nRunning all unit tests:\n\n";