Yanyi Wu
c14131e3e2
refactor: clean up load_test.cpp by removing unused dependencies and tests
...
- Removed unused Jieba test and associated includes from load_test.cpp.
- Simplified main function to focus on essential operations.
- Ensured consistent exit handling by returning EXIT_SUCCESS.
2025-05-02 23:41:53 +08:00
Yanyi Wu
9cd64a1694
build: enhance test configuration and path management
...
- Added configuration for test paths in CMake to simplify file references.
- Updated load_test.cpp and various unit tests to use defined path macros for dictionary and test data files.
- Introduced test_paths.h.in to manage directory paths consistently across tests.
2025-05-02 23:33:18 +08:00
yanyiwu
3c5ad24260
source code layout change:
...
1. src/ -> include/cppjieba/
2. src/limonp/ -> deps/limonp/
3. server/husky -> deps/husky/
4. test/unittest/gtest -> deps/gtest
2016-01-11 14:25:02 +08:00
yanyiwu
83cc67cb15
[code style] uppercase function name
2015-10-29 12:39:10 +08:00
yanyiwu
ecacf118e6
[code style] lower case namespace
2015-10-08 21:13:11 +08:00
yanyiwu
b28d6db574
code style
2015-10-08 17:08:57 +08:00
yanyiwu
efd029c20b
namespace husky; namespace limonp;
2015-08-08 12:30:14 +08:00
yanyiwu
bb32234654
astyle --style=google --indent=spaces=2
2015-05-06 17:53:20 +08:00
yanyiwu
660cd9d93e
upload limonp for Colors.hpp and use ColorPrintln in load_test.cpp
2015-01-28 21:27:46 +08:00
wyy
11b041ed52
make load_test test time longer
2014-11-05 14:57:34 +08:00
wyy
9571a4d0d5
remove InitOnOff to make code lighter
2014-08-12 00:34:37 +08:00
wyy
fb608627c9
update limonp
2014-05-26 17:15:52 +08:00
wyy
2645a4e837
add keyword extrator into load_test
2014-04-19 23:56:43 +08:00
wyy
278b93e851
increment load_test
2014-04-07 22:52:37 -07:00
wyy
d0cfd042a4
ci load_test
2014-04-03 07:04:05 -07:00
wyy
86de722888
little modification
2014-03-31 10:49:25 +08:00
wyy
2b72d1cf91
calc time consumed in load_test
2014-03-21 11:55:40 +08:00
wyy
4a559e7858
update Limonp
2014-03-15 23:13:32 +08:00
wyy
418b18db55
rename dicts -> dict
2013-12-24 02:32:00 -08:00
wyy
bbaa8b684d
modify load_test
2013-12-21 20:08:40 -08:00