]> 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 4fa0b2eb0606f036ba7cdc2521aeacf06c60ee18..f81f2b640688807fa794382ccf1f74233bfa7b93 100755 (executable)
@@ -2,14 +2,22 @@
 
 source "$BP_DIR/bp_test/lib/test.sh"
 
-run "$bp -I $in -o $tmp -x"
+run "$bp -I $in -O $tmp"
 assert_no_diff $tmp $out.1
-rm $tmp
+clean
 
-run "$bp -I $in -k V0 -o $tmp -x"
+run "$bp -I $in -O $tmp -x"
 assert_no_diff $tmp $out.2
-rm $tmp
+clean
 
-run "$bp -I $in -K V0 -o $tmp -x"
+run "$bp -I $in -k V0 -O $tmp"
 assert_no_diff $tmp $out.3
-rm $tmp
+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