]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test_all
updated tests for read_sff
[biopieces.git] / bp_test / test_all
index 2d66ff7cedcf9ac0fe97bac0cb83b9b69a505286..397db6aa206af5235b7366d89816324299ec339f 100755 (executable)
@@ -1,11 +1,14 @@
-#!/usr/bin/env sh
+#!/bin/bash
 
-source "lib/test.sh"
+source "$BP_DIR/bp_test/lib/test.sh"
 
 if [ -f $log_file ]; then
     rm $log_file
 fi
 
+test_perl
+test_ruby
+
 count=0
 time0=`date +%s`