aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests.scm (follow)
Commit message (Collapse)AuthorAge
* Testrunner skip hidden files.Hugo Hörnquist2022-03-28
|
* Add new tests.Hugo Hörnquist2022-03-07
|
* Add --verbose flag to testrunner.Hugo Hörnquist2022-03-07
|
* Test runner only output coverage of "our" modules.Hugo Hörnquist2022-03-07
|
* Allow explicit GUILE environment, document it.Hugo Hörnquist2022-03-06
| | | | | | | | The environment variable GUILE can now be set to override the guile version, which allows us to test the code with multiple versions/implementations. Also updates README to note these variables.
* Tests now use our local compiled files.Hugo Hörnquist2022-03-04
| | | | | | Previously there was a bunch of errors with the tests, where they tried to compile everything automatically, which usually went rather poorly due to it being in --debug mode.
* Explicitly format unbound-variable errors.Hugo Hörnquist2022-03-04
|
* Create own test runner.Hugo Hörnquist2022-03-01
|
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Cleanup modules.Hugo Hörnquist2021-12-22
| | | | | | Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
* Document testrunner syntax.Hugo Hörnquist2021-11-08
|
* Got coverage tests to work!Hugo Hörnquist2021-11-08
| | | | | This makes running the tests quite a bit slower. Especially the more complicated ones such as recurrence-advanced.scm.
* Warnings are errors when running tests.Hugo Hörnquist2021-08-24
| | | | Should prevent warnings from slipping through the cracks.
* Slightly improve error handling in test-runner.Hugo Hörnquist2021-08-21
|
* Add commentary to run-tests.Hugo Hörnquist2021-01-13
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Start adding tests for server.Hugo Hörnquist2020-08-12
|
* Resolve TODO's in test dir.Hugo Hörnquist2020-07-30
|
* Improve opt parsing in test runner.Hugo Hörnquist2020-07-27
|
* Add generated recurrence sets for tests.Hugo Hörnquist2020-06-13
|
* Minor updates.Hugo Hörnquist2020-04-27
|
* Update tests to remove srfi-19.Hugo Hörnquist2020-02-19
|
* Fix date<=.Hugo Hörnquist2020-02-03
|
* Once again compiles.Hugo Hörnquist2020-01-30
|
* Add throw-handler to test runner.Hugo Hörnquist2019-12-30
|
* Reworked tests.Hugo Hörnquist2019-12-30
|
* Fix up tests.Hugo Hörnquist2019-04-20
|
* Update tests.Hugo Hörnquist2019-04-03