blob: 0022556f4bdd2434825ea43e048ce886b7ae5153 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# $Id$
#
check 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
|