blob: 619475c729e0781fc0a55ccf081c88efdddbc3a5 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
Wed Nov 20 16:01:34 1996 Barry Jaspan <bjaspan@mit.edu>
* Makefile.in (check-): warn more loudly about unrun tests
Mon Oct 7 15:46:47 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* Makefile.in (HAVE_RUNTEST): Renamed from RUNTEST as
config/pre.in now defines.
Sun Apr 7 23:03:01 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* configure.in: Add KRB5_RUN_FLAGS
* Makefile.in (site.exp): Create site.exp with runtime environment
line from configure.
Mon Feb 26 03:38:24 1996 Mark W. Eichin <eichin@cygnus.com>
* *.exp: use $REALMNAME for the testing realm.
* default.exp: if REALMNAME isn't set, set it to KRBTEST.COM.
Fri Sep 29 14:23:01 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (clean-unix): Remove the dejagnu temporary files.
Tue Aug 29 14:22:28 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Replace explicit library list with $(LIBS). This
gets set with the needed libraries (e.g. -lsocket on Solaris).
Sat Aug 26 18:10:44 1995 Ezra Peisach (epeisach@kangaroo.mit.edu)
* .Sanitize: Add t_inetd.c
* t_inetd.c: Small program to simulate the use of inetd in running
tests.
* configure.in: Add programming rules, shared libraries and
signal handling
* Makefile.in: Build/clean t_inetd if dejagnu tests are run.
Thu Aug 24 18:48:01 1995 Theodore Y. Ts'o <tytso@dcl>
* .Sanitize: Update file list
Wed Jun 21 18:13:11 1995 Theodore Y. Ts'o <tytso@dcl>
* configure.in: Remove AC_CONFIG_FRAGMENTS call, since it's no
longer needed. (The aclocal.m4 V5_SET_TOPTREE handles it
all automatically now.)
Fri Jun 9 18:58:29 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES.
Wed Apr 26 18:41:04 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* configure.in: Check for runtest program present on system for
make check.
* Makefile.in (check): Run runtest only if present on system
(install): do nothing
|