27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
$OpenBSD: patch-gnulib_tests_Makefile_in,v 1.5 2010/07/14 11:11:18 ajacoutot Exp $
|
|
|
|
Don't bother running these two useless (and failing) tests.
|
|
|
|
--- gnulib/tests/Makefile.in.orig Wed Jul 14 12:28:32 2010
|
|
+++ gnulib/tests/Makefile.in Wed Jul 14 12:52:29 2010
|
|
@@ -52,7 +52,7 @@ TESTS = test-alloca-opt$(EXEEXT) test-arpa_inet$(EXEEX
|
|
test-stdbool$(EXEEXT) test-stdint$(EXEEXT) test-stdio$(EXEEXT) \
|
|
test-stdlib$(EXEEXT) test-sys_socket$(EXEEXT) \
|
|
test-unistd$(EXEEXT) test-vasnprintf$(EXEEXT) \
|
|
- test-vc-list-files-git.sh test-wchar$(EXEEXT)
|
|
+ test-wchar$(EXEEXT)
|
|
noinst_PROGRAMS =
|
|
check_PROGRAMS = test-alloca-opt$(EXEEXT) test-arpa_inet$(EXEEXT) \
|
|
test-errno$(EXEEXT) test-getaddrinfo$(EXEEXT) \
|
|
@@ -675,8 +675,8 @@ EXTRA_DIST = test-alloca-opt.c test-arpa_inet.c test-e
|
|
test-getaddrinfo.c intprops.h test-netinet_in.c \
|
|
test-snprintf.c test-stdbool.c test-stdint.c test-stdio.c \
|
|
test-stdlib.c test-sys_socket.c test-unistd.c \
|
|
- test-vasnprintf.c test-vc-list-files-git.sh \
|
|
- test-vc-list-files-cvs.sh test-wchar.c
|
|
+ test-vasnprintf.c \
|
|
+ test-wchar.c
|
|
BUILT_SOURCES =
|
|
SUFFIXES =
|
|
MOSTLYCLEANFILES = core *.stackdump
|