test program build problem
authorKen Raeburn <raeburn@mit.edu>
Wed, 29 Aug 2007 20:16:03 +0000 (20:16 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 29 Aug 2007 20:16:03 +0000 (20:16 +0000)
commit6e368f7291ffa7adea469a718b939f7966d72b83
tree24e0f7d703a26b53435cb9d4d86e8bb7b115a40f
parent91aab32dd3840be340ab3d8af047e30f53e0c77a
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.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19893 dc483132-0cff-0310-8789-dd5450dbe970
src/tests/asn.1/Makefile.in
src/tests/asn.1/t_trval.c [new file with mode: 0644]
src/tests/asn.1/trval.c