That seems very complicated. How about doing this
in the Makefile
test: cipherlist
cipherlist: cipherlist.c
..usual CC rules.
And cipherlist is
main()
{
#ifndef NO_DES
printf("des_cfb\ndes_ede_cfb\ndes_ede3_cfb\n...")
and so on.
Then the test is
for I in `cipherlist` ; do
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
- "make test" revisited Bodo Moeller
- Re: "make test" revisited Richard Levitte - VMS Whacker
- Re: "make test" revisited Bodo Moeller
- Re: "make test" revis... Richard Levitte - VMS Whacker
- Re: "make test" revisited salzr
- Re: "make test" revis... Dr Stephen Henson
- Re: "make test" r... Ben Laurie
- Re: "make test&qu... Bodo Moeller
- apps/enc.c, apps/prog.h (wa... Bodo Moeller
- Re: apps/enc.c, apps/p... Richard Levitte - VMS Whacker
