mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
modify test
This commit is contained in:
parent
ceeff56cdd
commit
0e61f02afe
4
test/Makefile
Executable file
4
test/Makefile
Executable 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
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user