Alexis Hildebrandt
|
32eca73479
|
[tests] Remove compiler warnings for unit tests
warning: equality comparison result unused [-Wunused-comparison]
BOOST_CHECK_THROW(v8 == v10, value_error);
~~~^~~~~~
|
2015-09-15 16:34:59 +02:00 |
|
Alexis Hildebrandt
|
fe410fa239
|
[tests] Set timezone for running tests
so that the tests run with a consistent environment.
|
2015-08-07 19:42:23 +02:00 |
|
John Wiegley
|
a3e946f90f
|
Merge remote-tracking branch 'origin/master' into next
|
2015-08-04 14:33:03 -07:00 |
|
Alexis Hildebrandt
|
69fa2fc671
|
[tests] Remove compiler warnings for unit tests
warning: relational comparison result unused [-Wunused-comparison]
BOOST_CHECK_THROW(x6 < x7, amount_error);
~~~^~~~
|
2015-07-28 22:43:16 +02:00 |
|
Alexis Hildebrandt
|
f5d59159f1
|
[tests] Fix Util and Math tests on Mac OS X
by explicitly linking the testing targets against Python
|
2015-07-28 20:54:44 +02:00 |
|
tripun
|
53572549d3
|
add t_value unit test
|
2014-08-15 16:45:40 +05:30 |
|
Martin Michlmayr
|
2cee0fe23f
|
Cosmetic change - format code consistently
Add a space between if and the opening bracket, between a closing
round bracket and the following opening curly bracket, etc.
|
2014-05-18 09:51:32 -04:00 |
|
Johann Klähn
|
89c21e9967
|
build shared library/python module, clean up CMake
libledger will now be built as a shared library. You can 'import ledger'
from python IFF you copy libledger.so to ledger.so or create a symlink.
|
2014-02-01 01:30:53 +01:00 |
|
John Wiegley
|
4681e58d7f
|
Converted the Ledger build system to use CMake
|
2012-05-20 04:48:05 -05:00 |
|