-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [email protected] wrote: > Author: aldot > Date: 2009-02-23 10:50:49 +0000 (Mon, 23 Feb 2009) > New Revision: 25422 > > Log: > - disable libcrypt tests if we have no libcrypt > > > Modified: > trunk/uClibc/test/crypt/Makefile > > > Changeset: > Modified: trunk/uClibc/test/crypt/Makefile > =================================================================== > --- trunk/uClibc/test/crypt/Makefile 2009-02-23 10:00:22 UTC (rev 25421) > +++ trunk/uClibc/test/crypt/Makefile 2009-02-23 10:50:49 UTC (rev 25422) > @@ -1,6 +1,12 @@ > # uClibc crypt tests > # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. > > +include ../../.config > + > +ifneq ($(UCLIBC_HAS_CRYPT),y) > +TESTS_DISABLED := $(patsubst %.c,%,$(wildcard *.c)) > +endif > + > include ../Test.mak > > EXTRA_LDFLAGS := -lcrypt > Hi Bernhard, should not be better disabling the whole directory in the test/Makefile ?
Anyway it seems that you are confirming that we need to review all the test Makefiles that are tryng to test some of the UCLIBC_HAS_xxx for selectively build tests. Cheers, Carmelo > _______________________________________________ > uClibc-cvs mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/uclibc-cvs > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAkmj4vMACgkQoRq/3BrK1s9ZqQCg8SyZQdCNU97fUU/YVek+e4ny voYAoNMSUD5dsFe1OA2k+bG+PPQDbJfH =9m+v -----END PGP SIGNATURE----- _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
