Name Date Size #Lines LOC

..--

files/H--148118

README.mdH A D05-Jun-2025637 1410

installH A D05-Jun-2025503 195

kdc-setup-heimdalH A D05-Jun-20253.8 KiB10660

kdc-setup-mitH A D05-Jun-20253.8 KiB10359

testH A D05-Jun-20251 KiB4520

README.md

1# Continuous Integration
2
3The files in this directory are used for continuous integration testing.
4`ci/install` installs the prerequisite packages (run as root on a Debian
5derivative), and `ci/test` runs the tests.
6
7Most tests will be skipped without a Kerberos configuration.  The scripts
8`ci/kdc-setup-heimdal` and `ci/kdc-setup-mit` will (when run as root on a
9Debian derivative) set up a Heimdal or MIT Kerberos KDC, respectively, and
10generate the files required to run the complete test suite.
11
12Tests are run automatically via GitHub Actions workflows using these
13scripts and the configuration in the `.github/workflows` directory.
14