]> git.donarmstrong.com Git - biopieces.git/commitdiff
disabled utest for C code
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 10 Aug 2009 07:31:17 +0000 (07:31 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 10 Aug 2009 07:31:17 +0000 (07:31 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@627 74ccb610-7750-0410-82ae-013aeee3265d

code_c/Maasha/src/Makefile

index 5ac2879621170d6029d876c5c0aa3011598b0e81..3521b3a9958acd714248da8988d6589e190df830 100644 (file)
@@ -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