svn commit: trunk/uClibc/test/crypt
aldot at uclibc.org
aldot at uclibc.org
Mon Feb 23 10:50:50 UTC 2009
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
More information about the uClibc-cvs
mailing list