summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authortripun <tripun@gmail.com>2014-08-15 16:45:40 +0530
committertripun <tripun@gmail.com>2014-08-15 16:45:40 +0530
commit53572549d35c6907f4e76798cfba018f502de501 (patch)
tree1a9fe40177c184ae0e1f0ec9c155af58f3ff87cb /test/unit
parent0e1ced72bd7839162a33eb34f717a94eae777fc4 (diff)
downloadfork-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.txt2
-rw-r--r--test/unit/t_value.cc0
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