modify test

This commit is contained in:
wyy 2013-12-06 04:15:53 -08:00
parent ceeff56cdd
commit 0e61f02afe
2 changed files with 4 additions and 2 deletions

4
test/Makefile Executable file
View File

@ -0,0 +1,4 @@
demo:
g++ -o segment.demo segment.cpp -std=c++0x -L/usr/lib/CppJieba -lcppjieba
testp:
g++ -o test_performance test_performance.cpp -std=c++0x -O3

View File

@ -1,2 +0,0 @@
g++ -o segment.demo segment.cpp -std=c++0x -L/usr/lib/CppJieba -lcppjieba
g++ -o test_performance test_performance.cpp -std=c++0x -O3