]> git.kaiwu.me - klib.git/commitdiff
remove ksprintf_fast()
authorHeng Li <lh3@live.co.uk>
Fri, 23 Sep 2011 04:05:20 +0000 (00:05 -0400)
committerHeng Li <lh3@live.co.uk>
Fri, 23 Sep 2011 04:05:20 +0000 (00:05 -0400)
test/Makefile

index c48236f8c60a519252bd517d8dbb078bece1a983..e8af9a694e083686a28ba9c33a4d3bd20b01d7a0 100644 (file)
@@ -3,8 +3,7 @@ CXX=g++
 CFLAGS=-g -Wall -O2 -I..
 CXXFLAGS=$(CFLAGS)
 PROGS=kbtree_test khash_keith khash_keith2 khash_test klist_test kseq_test kseq_bench \
-               kseq_bench2 ksort_test ksort_test-stl kvec_test kmin_test kstring_bench kstring_bench2 \
-               kstring_sprintf
+               kseq_bench2 ksort_test ksort_test-stl kvec_test kmin_test kstring_bench kstring_bench2
 
 all:$(PROGS)
 
@@ -53,5 +52,3 @@ kstring_bench:kstring_bench.c ../kstring.h ../kstring.c
 kstring_bench2:kstring_bench2.c ../kstring.h ../kstring.c
                $(CC) $(CFLAGS) -o $@ kstring_bench2.c ../kstring.c
 
-kstring_sprintf:kstring_sprintf.cc ../kstring.h ../kstring.c
-               $(CXX) $(CXXFLAGS) -o $@ kstring_sprintf.cc ../kstring.c