]> git.donarmstrong.com Git - biopieces.git/blob - bp_test/test/test_read_fasta
added testing suite
[biopieces.git] / bp_test / test / test_read_fasta
1 #!/usr/bin/env sh
2
3 source "lib/test.sh"
4
5 run "$bp -i $in -O $tmp.1"
6 assert_no_diff $tmp.1 $out.1
7 rm $tmp.1
8
9 run "$bp -i $in -n 1 -O $tmp.2"
10 assert_no_diff $tmp.2 $out.2
11 rm $tmp.2