svn rev #19893: trunk/src/tests/asn.1/

raeburn@MIT.EDU raeburn at MIT.EDU
Wed Aug 29 16:16:03 EDT 2007


Commit By: raeburn
Log Message: 
ticket: new
subject: test program build problem

Split out the "standalone" test code from trval.c, so we produce
trval.o only once, instead of twice with different compilation flags.
One case generated the "trval" program directly, but produced and
deleted trval.o as an intermediate step in the compiler, which messes
things up if make thinks it's already built trval.o for another test
program.

Make the standalone test into t_trval.

Build problem reported by Will Fiveash of Sun, about ten minutes ago.



Changed Files:
U   trunk/src/tests/asn.1/Makefile.in
A   trunk/src/tests/asn.1/t_trval.c
U   trunk/src/tests/asn.1/trval.c



More information about the cvs-krb5 mailing list