summaryrefslogtreecommitdiffstats
path: root/src/kadmin/v4server/unit-test/Makefile.in
blob: 3662945a8302f3c99123e4b54a7d0f51a7f0c9e1 (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=$(REL)$(U)$(S)$(U)$(S)$(U)
#
# $Id$
#

check:: check-@DO_V4_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