diff options
author | Kuang-che Wu <kcwu@google.com> | 2020-06-06 12:43:46 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2021-01-17 10:31:00 +0800 |
commit | 2dae3bbedcdf55983d23fc90bb36111c7eb68fc7 (patch) | |
tree | 446f93d9c625f40828188f37b970e5f01fc2d368 /test/unit/CMakeLists.txt | |
parent | 0e19e3fe51c2c056a91af48e4733aa13a840fdaa (diff) | |
download | fork-ledger-2dae3bbedcdf55983d23fc90bb36111c7eb68fc7.tar.gz fork-ledger-2dae3bbedcdf55983d23fc90bb36111c7eb68fc7.tar.bz2 fork-ledger-2dae3bbedcdf55983d23fc90bb36111c7eb68fc7.zip |
format_t::truncate support wide characters
also add unit tests
Diffstat (limited to 'test/unit/CMakeLists.txt')
-rw-r--r-- | test/unit/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt index 1bd5e4b3..5570d5e1 100644 --- a/test/unit/CMakeLists.txt +++ b/test/unit/CMakeLists.txt @@ -8,7 +8,7 @@ endmacro(add_ledger_test _name) include_directories(${PROJECT_SOURCE_DIR}/src) if (BUILD_LIBRARY) - add_executable(UtilTests t_times.cc) + add_executable(UtilTests t_times.cc t_format.cc) if (HAVE_BOOST_PYTHON) target_link_libraries(UtilTests ${Python_LIBRARIES}) endif() |