]> git.donarmstrong.com Git - biopieces.git/commitdiff
testing suite paths upgraded
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 3 Aug 2010 14:17:34 +0000 (14:17 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 3 Aug 2010 14:17:34 +0000 (14:17 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1023 74ccb610-7750-0410-82ae-013aeee3265d

bp_test/test/test_align_seq
bp_test/test/test_grab
bp_test/test/test_read_fasta
bp_test/test/test_write_fasta
bp_test/test_all

index 669747d86e90feb28ac1dbbdf776bdab9f07848b..4370cb3ca5e08694c99a5bb5e6416b58e7048548 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-source "lib/test.sh"
+source "$BP_DIR/bp_test/lib/test.sh"
 
 run "$bp -I $in -O $tmp.1"
 assert_no_diff $tmp.1 $out.1
index bda9e3ed000a60efe970c9835b0ba53aab46ca89..863a0173345902b67eedeb6d86f23b893884b26b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-source "lib/test.sh"
+source "$BP_DIR/bp_test/lib/test.sh"
 
 run "$bp -I $in -p SEQ -O $tmp.1"
 assert_no_diff $tmp.1 $out.1
index aee8d00809cd2bfc68d8eb1121f0790707467a5c..030022021f991b0fb4d56d26642da736313f8e3a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-source "lib/test.sh"
+source "$BP_DIR/bp_test/lib/test.sh"
 
 run "$bp -i $in -O $tmp.1"
 assert_no_diff $tmp.1 $out.1
index 45972004cabe34e7c6c970607f7d4933866c7e10..f1a9a771ffa002c2133c98dd01a793c26c05c2a1 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-source "lib/test.sh"
+source "$BP_DIR/bp_test/lib/test.sh"
 
 run "write_fasta -I $in -o $tmp.1 -x"
 assert_no_diff $tmp.1 $out.1
index 2d66ff7cedcf9ac0fe97bac0cb83b9b69a505286..f2b13f033e059a7d2041e894d513645a75941ab2 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-source "lib/test.sh"
+source "$BP_DIR/bp_test/lib/test.sh"
 
 if [ -f $log_file ]; then
     rm $log_file