summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* test: split value_py.test into py2/py3 versions.Dimitri John Ledkov2019-12-071-0/+8
|
* test: Unbreak one more test case with python3 bridgeDimitri John Ledkov2019-12-061-3/+3
| | | | | | | | | | | python3 has buffered output by default, hence testcase option_py returned no output when executed under test harness. I think this is a real problem in the way python interpreter is embeded, and i.e. stdout is not flushed until after test case has died. However, running things unbuffered seems to make everything work. But for some reason I had to adjust 1057.test slightly. I have no idea what those numbers mean, and if running things unbuffered break stuff.
* Modernize CMake using backported FindPython module.Dimitri John Ledkov2019-12-051-5/+5
|
* Do not set dependencies for target checkTim Landscheidt2019-01-221-4/+0
| | | | | | The set_target_properties() commands themselves do not cause the tests to run if the target check is made, and as the target check executes ctest, all tests will be run anyway.
* [tests] Set timezone for running testsAlexis Hildebrandt2015-08-071-1/+8
| | | | so that the tests run with a consistent environment.
* [travis] Run documentation checks as reportsAlexis Hildebrandt2015-07-281-1/+3
| | | | which are allowed to fail instead of strict tests.
* [tests] Refactor CheckTests.py into custom scriptsAlexis Hildebrandt2015-01-211-4/+6
|
* [doc] Add CheckTests to ctestAlexis Hildebrandt2015-01-151-1/+6
| | | | | | | to check whether all available ledger options documented and are being tested. Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
* Fix and re-enable DocTestsAlexis Hildebrandt2014-11-291-12/+11
|
* avoid policy warning with recent CMake versionsJohann Klähn2014-09-101-8/+6
| | | | See `cmake --help-policy CMP0026` with CMake ≥ 3.0.
* Cosmetic change - format code consistentlyMartin Michlmayr2014-05-181-5/+5
| | | | | Add a space between if and the opening bracket, between a closing round bracket and the following opening curly bracket, etc.
* Temporarily disable the DocTestsJohn Wiegley2014-04-171-11/+12
|
* Add proper argument parsing to DocTests.pyAlexis Hildebrandt2014-02-091-1/+1
|
* Check examples in documentation when running testsAlexis Hildebrandt2014-02-071-0/+12
| | | | | The DocTests.py script will parse a given texinfo file for specially marked examples, run the ledger command from the example, and check the result against the example output from the documentation.
* fix ctest rulesJohann Klähn2013-01-171-1/+1
|
* Enable the baseline and manual testsJohn Wiegley2012-05-201-3/+28
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-0/+16