aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/v4server/unit-test/Makefile.in
blob: 540b696e88a9a37f1b87799706a6bd8d57fbb2e5 (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_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