summaryrefslogtreecommitdiff
path: root/test/unit/t_value.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix build under Cygwin.Ivan Vanyushkin2016-09-291-1/+1
|
* Fix build under msys32; add Appveyor continuous buildEvan Mallory2016-09-171-0/+4
| | | | | | | | | | | | * Appveyor is a continuous integration platform for Windows that is free for open source projects. See latest test build here: https://ci.appveyor.com/project/Evan/ledger/build/artifacts * Changed WIN32 to _WIN32 because this article http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system claims that it is defined by the greatest number of compilers. * Modified HAVE_ISATTY and other system defines so that system.hh compiles when cmake fails to find the relevant function. * Add missing include in test/unit/t_value.cc Almost all tests fail when you run them on msys32. I will address that in a future PR.
* [tests] Fix MathTest failures on Mac OS XAlexis Hildebrandt2015-08-081-15/+12
| | | | due to timezone settings.
* fix minor issuestripun2014-08-181-5/+8
|
* add additional tests for sequence_t and fix the old onestripun2014-08-181-22/+50
|
* add test for sequenc_t in value_ttripun2014-08-181-0/+32
|
* add unit test Negation for valuetripun2014-08-181-0/+46
|
* minor additionstripun2014-08-181-0/+1
|
* add test for zero for valuetripun2014-08-181-0/+57
|
* check Type unit test for valuetripun2014-08-181-0/+50
|
* add Division unit test for valuetripun2014-08-181-0/+63
|
* remove some statements until sequence multiplication run-time error is fixedtripun2014-08-181-11/+0
|
* add Multiplication unit test for valuetripun2014-08-181-0/+79
|
* add unit test subtraction for valuetripun2014-08-181-0/+93
|
* add whitespacestripun2014-08-171-4/+4
|
* add unit test Addition for valuetripun2014-08-171-0/+102
|
* add unit test of equality for valuetripun2014-08-171-0/+64
|
* add assignment unit test for valuetripun2014-08-171-0/+35
|
* add constructors unit test for valuetripun2014-08-171-0/+35
|
* initialize value fixturetripun2014-08-161-0/+37
|
* add t_value unit testtripun2014-08-151-0/+0