summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-12-05 21:38:08 +0000
committerTheodore Tso <tytso@mit.edu>1998-12-05 21:38:08 +0000
commitc0c53c24ab55ada667f5a314e571ee9f7ac988ef (patch)
treeb3a5c01a899ed40d4d269c39842176d89ffb5278 /src/tests
parent47065478dcc4a90e2eb654f054dd269c6e7dc9aa (diff)
downloadkrb5-c0c53c24ab55ada667f5a314e571ee9f7ac988ef.tar.gz
krb5-c0c53c24ab55ada667f5a314e571ee9f7ac988ef.tar.xz
krb5-c0c53c24ab55ada667f5a314e571ee9f7ac988ef.zip
Makefile.in: Set the myfulldir and mydir variables (which are relative
to buildtop and thisconfigdir, respectively.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11087 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/asn.1/ChangeLog5
-rw-r--r--src/tests/asn.1/Makefile.in2
-rw-r--r--src/tests/create/ChangeLog5
-rw-r--r--src/tests/create/Makefile.in2
-rw-r--r--src/tests/dejagnu/ChangeLog5
-rw-r--r--src/tests/dejagnu/Makefile.in2
-rw-r--r--src/tests/gssapi/ChangeLog5
-rw-r--r--src/tests/gssapi/Makefile.in2
-rw-r--r--src/tests/hammer/ChangeLog5
-rw-r--r--src/tests/hammer/Makefile.in2
-rw-r--r--src/tests/resolve/ChangeLog5
-rw-r--r--src/tests/resolve/Makefile.in2
-rw-r--r--src/tests/verify/ChangeLog5
-rw-r--r--src/tests/verify/Makefile.in2
14 files changed, 49 insertions, 0 deletions
diff --git a/src/tests/asn.1/ChangeLog b/src/tests/asn.1/ChangeLog
index beb28b65e..01caaf658 100644
--- a/src/tests/asn.1/ChangeLog
+++ b/src/tests/asn.1/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
Thu Dec 3 22:27:08 1998 Tom Yu <tlyu@mit.edu>
* krb5_decode_test.c (main): Add variant test cases on
diff --git a/src/tests/asn.1/Makefile.in b/src/tests/asn.1/Makefile.in
index 855f7020f..20d7451e5 100644
--- a/src/tests/asn.1/Makefile.in
+++ b/src/tests/asn.1/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./..
+myfulldir=tests/asn.1
+mydir=asn.1
BUILDTOP=$(REL)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDES)
PROG_LIBPATH=-L$(TOPLIBD)
diff --git a/src/tests/create/ChangeLog b/src/tests/create/ChangeLog
index ecb782e71..5cf06cc9a 100644
--- a/src/tests/create/ChangeLog
+++ b/src/tests/create/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
1998-10-27 Marc Horowitz <marc@mit.edu>
* kdb5_mkdums.c: update to new crypto api
diff --git a/src/tests/create/Makefile.in b/src/tests/create/Makefile.in
index 966cfd486..6ba741b21 100644
--- a/src/tests/create/Makefile.in
+++ b/src/tests/create/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./..
+myfulldir=tests/create
+mydir=create
BUILDTOP=$(REL)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS)
PROG_LIBPATH=-L$(TOPLIBD)
diff --git a/src/tests/dejagnu/ChangeLog b/src/tests/dejagnu/ChangeLog
index 86d5e9611..5029e6d8c 100644
--- a/src/tests/dejagnu/ChangeLog
+++ b/src/tests/dejagnu/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
Mon Mar 30 13:57:07 1998 Ezra Peisach <epeisach@kangaroo.mit.edu>
* t_inetd.c: Include stdlib.h (if present) for atoi() prototype,
diff --git a/src/tests/dejagnu/Makefile.in b/src/tests/dejagnu/Makefile.in
index 5f6df5b66..60de335be 100644
--- a/src/tests/dejagnu/Makefile.in
+++ b/src/tests/dejagnu/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./..
+myfulldir=tests/dejagnu
+mydir=dejagnu
BUILDTOP=$(REL)$(U)$(S)$(U)
HAVE_RUNTEST = @RUNTEST@
RUNTESTFLAGS =
diff --git a/src/tests/gssapi/ChangeLog b/src/tests/gssapi/ChangeLog
index 6e5bb4982..7e8d991cc 100644
--- a/src/tests/gssapi/ChangeLog
+++ b/src/tests/gssapi/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
Wed Feb 18 16:29:15 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
diff --git a/src/tests/gssapi/Makefile.in b/src/tests/gssapi/Makefile.in
index 3dba7f554..4854683f5 100644
--- a/src/tests/gssapi/Makefile.in
+++ b/src/tests/gssapi/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./..
+myfulldir=tests/gssapi
+mydir=gssapi
BUILDTOP=$(REL)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) -DUSE_AUTOCONF_H
PROG_LIBPATH=-L$(TOPLIBD)
diff --git a/src/tests/hammer/ChangeLog b/src/tests/hammer/ChangeLog
index 59c5767eb..10d59e11a 100644
--- a/src/tests/hammer/ChangeLog
+++ b/src/tests/hammer/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
1998-05-06 Theodore Ts'o <tytso@rsts-11.mit.edu>
* kdc5_hammer.c (main): POSIX states that getopt returns -1
diff --git a/src/tests/hammer/Makefile.in b/src/tests/hammer/Makefile.in
index 5ead218c3..e4d14aa23 100644
--- a/src/tests/hammer/Makefile.in
+++ b/src/tests/hammer/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./..
+myfulldir=tests/hammer
+mydir=hammer
BUILDTOP=$(REL)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS)
PROG_LIBPATH=-L$(TOPLIBD)
diff --git a/src/tests/resolve/ChangeLog b/src/tests/resolve/ChangeLog
index d4adc6675..679cce168 100644
--- a/src/tests/resolve/ChangeLog
+++ b/src/tests/resolve/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
Mon Mar 30 13:50:15 1998 Ezra Peisach <epeisach@kangaroo.mit.edu>
* resolve.c: Include unistd.h if present on system (for
diff --git a/src/tests/resolve/Makefile.in b/src/tests/resolve/Makefile.in
index a1936fa0b..5e14eb028 100644
--- a/src/tests/resolve/Makefile.in
+++ b/src/tests/resolve/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./..
+myfulldir=tests/resolve
+mydir=resolve
BUILDTOP=$(REL)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDES)
RUN_SETUP = @KRB5_RUN_ENV@
diff --git a/src/tests/verify/ChangeLog b/src/tests/verify/ChangeLog
index 7f4aaf5a5..1f466c7b6 100644
--- a/src/tests/verify/ChangeLog
+++ b/src/tests/verify/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
1998-10-27 Marc Horowitz <marc@mit.edu>
* kdb5_verify.c: update to new crypto api
diff --git a/src/tests/verify/Makefile.in b/src/tests/verify/Makefile.in
index f9d31e442..137ef379c 100644
--- a/src/tests/verify/Makefile.in
+++ b/src/tests/verify/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=./..
+myfulldir=tests/verify
+mydir=verify
BUILDTOP=$(REL)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS)
PROG_LIBPATH=-L$(TOPLIBD)