Run Python tests as individual rule commands (friendlier to make -k)
authorGreg Hudson <ghudson@mit.edu>
Sat, 24 Apr 2010 17:33:04 +0000 (17:33 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sat, 24 Apr 2010 17:33:04 +0000 (17:33 +0000)
commit96de2891830e8418cdd0cebe83faf047cc74dbba
treed231be7269c7ba552cc0a2fa1fd940efe7521c0b
parentd67798fd6618ecee493f6cb1b150e4ebdf35e3f1
Run Python tests as individual rule commands (friendlier to make -k)
instead of in a loop.  Build runenv.py as part of make fake-install;
it's harmless if Python is unavailable.  Import runenv later in
k5test so that we get a beter error message if make fake-install
hasn't been run.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23932 dc483132-0cff-0310-8789-dd5450dbe970
src/Makefile.in
src/config/post.in
src/config/pre.in
src/tests/Makefile.in
src/tests/gssapi/Makefile.in
src/util/k5test.py