From: martinahansen Date: Mon, 10 Aug 2009 07:31:17 +0000 (+0000) Subject: disabled utest for C code X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=55934ae963a69d68935225b69f0b9b5223b9ec39;p=biopieces.git disabled utest for C code git-svn-id: http://biopieces.googlecode.com/svn/trunk@627 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/code_c/Maasha/src/Makefile b/code_c/Maasha/src/Makefile index 5ac2879..3521b3a 100644 --- a/code_c/Maasha/src/Makefile +++ b/code_c/Maasha/src/Makefile @@ -11,7 +11,8 @@ TEST_DIR = test/ INC = -I $(INC_DIR) LIB = -lm $(LIB_DIR)*.o -all: libs utest bed2fixedstep bed2tag_contigs bed_sort bipartite_scan bipartite_decode fasta_count repeat-O-matic +# all: libs utest bed2fixedstep bed2tag_contigs bed_sort bipartite_scan bipartite_decode fasta_count repeat-O-matic +all: libs bed2fixedstep bed2tag_contigs bed_sort bipartite_scan bipartite_decode fasta_count repeat-O-matic libs: cd $(LIB_DIR) && ${MAKE} all