summaryrefslogtreecommitdiffstats
path: root/tests/Makemodule.am
Commit message (Collapse)AuthorAgeFilesLines
* tests: style Makefile and make outputRuediger Meier2014-05-121-1/+4
| | | | | | | | | | | We break long lines and make output sill looks nice with and without V=1. As a side effect we can now run make TS_COMMAND="true" to do nothing but building all check_PROGRAMS. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: allow to add or override test suite optionsRuediger Meier2014-05-121-1/+2
| | | | | | | | | Now we can do something like this make check TS_OPTS="--fake --parallel=32" Note we still always set --parallel but the last one wins. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* build-sys: enable parallel tests for make checkKarel Zak2014-02-171-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: make compatible with autotoolsKarel Zak2012-08-031-3/+8
| | | | | | | | | | | | | | | | The command 'make check' is called from 'make distcheck' (which is used to generate official util-linux tarballs). It means that tests/ stuff has to be compatible with autotools and differentiate between source and build directories. * remove run-nonroot.sh (merged into run.sh * remove commands.sh.in * all tests and top level run.sh accept --builddir and --srcdir command line options * functions.sh modified to use $top_builddir/tests for output files Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add tests/run-nonroot.sh to automake fileKarel Zak2012-08-031-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add run.sh to make check for non-root usersKarel Zak2012-07-301-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert tests/ to moduleKarel Zak2012-06-261-0/+13
Signed-off-by: Karel Zak <kzak@redhat.com>