summaryrefslogtreecommitdiffstats
path: root/src/tests/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-03-04 21:24:54 +0000
committerGreg Hudson <ghudson@mit.edu>2010-03-04 21:24:54 +0000
commit71246e5c5da307e1a54857099abfac4a271fc3fb (patch)
treef10957527d3f953338e45fd3ed9af0d888aea4a3 /src/tests/Makefile.in
parent9f79427d9b3793dff35e2c787e7b27f4d62e50f5 (diff)
downloadkrb5-71246e5c5da307e1a54857099abfac4a271fc3fb.tar.gz
krb5-71246e5c5da307e1a54857099abfac4a271fc3fb.tar.xz
krb5-71246e5c5da307e1a54857099abfac4a271fc3fb.zip
Python test framework
Add a framework for writing tests in Python. Documentation is in the initial docstring of util/k5test.py. Inaugurate the framework with two test scripts, t_general.py and t_anonypkinit.py, which together test the same operations as standalone.exp from the dejagnu test suite. ticket: 6672 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23763 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/Makefile.in')
-rw-r--r--src/tests/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/Makefile.in b/src/tests/Makefile.in
index 87098c66fd..713dd17b24 100644
--- a/src/tests/Makefile.in
+++ b/src/tests/Makefile.in
@@ -2,6 +2,7 @@ mydir=tests
BUILDTOP=$(REL)..
SUBDIRS = resolve asn.1 create hammer verify gssapi dejagnu shlib \
gss-threads misc mkeystash_compat
+PYTESTS = t_general.py t_anonpkinit.py
RUN_SETUP = @KRB5_RUN_ENV@ KRB5_KDC_PROFILE=kdc.conf KRB5_CONFIG=krb5.conf
KRB5_RUN_ENV= @KRB5_RUN_ENV@