]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_analyze_vals
added -o and -x to analyze_vals
[biopieces.git] / bp_test / test / test_analyze_vals
index 918b3fc546a95efc54b7ef0529757b83d7203426..f81f2b640688807fa794382ccf1f74233bfa7b93 100755 (executable)
@@ -6,10 +6,18 @@ run "$bp -I $in -O $tmp"
 assert_no_diff $tmp $out.1
 clean
 
-run "$bp -I $in -k V0 -O $tmp"
+run "$bp -I $in -O $tmp -x"
 assert_no_diff $tmp $out.2
 clean
 
-run "$bp -I $in -K V0 -O $tmp"
+run "$bp -I $in -k V0 -O $tmp"
 assert_no_diff $tmp $out.3
 clean
+
+run "$bp -I $in -K V0 -O $tmp"
+assert_no_diff $tmp $out.4
+clean
+
+run "$bp -I $in -o $tmp -x"
+assert_no_diff $tmp $out.5
+clean