diff options
author | tripun <tripun@gmail.com> | 2014-08-15 16:45:40 +0530 |
---|---|---|
committer | tripun <tripun@gmail.com> | 2014-08-15 16:45:40 +0530 |
commit | 53572549d35c6907f4e76798cfba018f502de501 (patch) | |
tree | 1a9fe40177c184ae0e1f0ec9c155af58f3ff87cb /test/unit | |
parent | 0e1ced72bd7839162a33eb34f717a94eae777fc4 (diff) | |
download | fork-ledger-53572549d35c6907f4e76798cfba018f502de501.tar.gz fork-ledger-53572549d35c6907f4e76798cfba018f502de501.tar.bz2 fork-ledger-53572549d35c6907f4e76798cfba018f502de501.zip |
add t_value unit test
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/CMakeLists.txt | 2 | ||||
-rw-r--r-- | test/unit/t_value.cc | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt index 23bb0ea4..8d13d2d6 100644 --- a/test/unit/CMakeLists.txt +++ b/test/unit/CMakeLists.txt @@ -9,7 +9,7 @@ if (BUILD_LIBRARY) add_executable(UtilTests t_times.cc) add_ledger_test(UtilTests) - add_executable(MathTests t_amount.cc t_commodity.cc t_balance.cc t_expr.cc) + add_executable(MathTests t_amount.cc t_commodity.cc t_balance.cc t_expr.cc t_value.cc) add_ledger_test(MathTests) set_target_properties(check PROPERTIES DEPENDS LedgerUtilTests) diff --git a/test/unit/t_value.cc b/test/unit/t_value.cc new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/unit/t_value.cc |