Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | job-specifier: Preserve '%find-best-next' arguments exactness | Mathieu Lirzin | 2018-03-26 | 1 | -1/+10 |
| | | | | | | | | | | | | The behavior of the 'min' procedure which converts its parameters to inexact numbers when at least one of them is inexact was causing '%find-best-next' to always return real numbers. * src/mcron/job-specifier.scm (%find-best-next): Preserve the exactness of numbers in NEXT-LIST. * tests/job-specifier.scm ("%find-best-next: exact"): New test. Reported-by: Ludovic Courtès <ludo@gnu.org> | ||||
* | job-specifier: range: Add tests. | Mathieu Lirzin | 2016-12-01 | 1 | -0/+43 |
* build-aux/test-driver.scm: New script. * configure.ac (AC_REQUIRE_AUX_FILE): Add it. * tests/job-specifier.scm: New test. * Makefile.am (TEST_EXTENSIONS, AM_TESTS_ENVIRONMENT, SCM_LOG_DRIVER) (TESTS): New variables. (EXTRA_DIST): Update. * .gitignore: Likewise. |