openafs/tests/auth
Andrew Deason 004c797daa tests: Introduce 'make check TESTS=test/name'
Currently 'make check' always runs all tests. We can run individual
tests manually, but doing so is a bit cumbersome to do under the same
environment as 'make check', since doing so means running something
like this:

    $ MAKECHECK=1 $(abs_top_srcdir)/tests/libwrap @TOP_OBJDIR@/lib \
        ./runtests opr/fmt util/ktime

To make it easier to run single tests introduce a way of calling 'make
check' like this:

    $ make check TESTS='opr/fmt util/ktime'

Which will run the same commands as 'make check', but will run
runtests with only the specified tests, instead of running the default
list.

Some makefiles currently use a "TESTS" or "tests" variable to list
their test binaries; rename them all to "BINS" to avoid conflicting
with this new use for "TESTS" and to make our makefiles a little more
consistent.

Change-Id: I427f83be0d4571794644a97123bcd1f32427bd05
Reviewed-on: https://gerrit.openafs.org/14317
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
2021-06-11 05:18:49 -04:00
..
.gitignore auth: local realms configuration 2012-04-16 10:31:04 -07:00
authcon-t.c Move key-related warnings to common server code 2021-01-08 12:11:37 -05:00
KeyFile tests: Add tests for afsconf_'s key functions 2010-12-27 14:39:37 -08:00
KeyFile.short tests: Modernize writekeyfile.c 2020-06-19 11:48:57 -04:00
keys-t.c tests: Accommodate c-tap-harness 4.7 2020-08-20 22:36:56 -04:00
Makefile.in tests: Introduce 'make check TESTS=test/name' 2021-06-11 05:18:49 -04:00
realms-t.c tests: Improve failure mode for unresolvable hostname 2013-02-17 20:51:15 -08:00
superuser-t.c tests: Use usleep instead of nanosleep 2020-06-19 10:54:13 -04:00
test.xg auth: Add more tests and resulting fixes to userok 2010-12-26 10:58:49 -08:00
writekeyfile.c tests: Modernize writekeyfile.c 2020-06-19 11:48:57 -04:00
writeoldkey-t tests: Accommodate c-tap-harness 4.7 2020-08-20 22:36:56 -04:00