aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/v4server/unit-test/Makefile.in
blob: 360ad350bc5e720b7d25253711a5270d81096527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
thisconfigdir=./
BUILDTOP=$(U)$(U)$(U)
#
# $Id$
#

check:: check-@DO_TEST@

check-::
	@echo "+++"
	@echo "+++ WARNING: kadmin/v4server unit tests not run."
	@echo "+++ Either Athena compatibility, tcl, runtest, or Perl is unavailable."
	@echo "+++"

check-ok unit-test:: unit-test-setup unit-test-body unit-test-cleanup

unit-test-setup::
	$(ENV_SETUP) $(START_SERVERS_LOCAL) -v4files -kdcport 750 -keysalt des-cbc-crc:v4

unit-test-body::
	$(ENV_SETUP) $(RUNTEST) VFOURSERVER=../kadmind4 --tool v4server

unit-test-cleanup::
	$(ENV_SETUP) $(STOP_SERVERS_LOCAL) -v4files