job-specifier: range: Add tests.
* 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.
This commit is contained in:
parent
c9064dde98
commit
9d173e23bc
5 changed files with 249 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ AC_INIT([GNU Mcron], [1.0.8], [bug-mcron@gnu.org])
|
|||
AC_CONFIG_HEADER([src/config.h])
|
||||
AC_CONFIG_SRCDIR([src/mcron.c])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_REQUIRE_AUX_FILE([test-driver.scm])
|
||||
AM_INIT_AUTOMAKE([subdir-objects])
|
||||
AM_SILENT_RULES([yes]) # enables silent rules by default
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue