diff options
Diffstat (limited to 'test/crypt/Makefile')
-rw-r--r-- | test/crypt/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/test/crypt/Makefile b/test/crypt/Makefile index 7ba1cfcfc..44bbde03a 100644 --- a/test/crypt/Makefile +++ b/test/crypt/Makefile @@ -1,14 +1,7 @@ # 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 - +top_builddir=../../ +include ../Rules.mak +-include Makefile.in include ../Test.mak - -EXTRA_LDFLAGS := -lcrypt - -OPTS_crypt = < crypt.input |