Fix CVE-2017-6891 in minitasn1 code
[platform/upstream/gnutls.git] / gl / tests / Makefile.am
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2015 Free Software Foundation, Inc.
4 #
5 # This file is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # This file is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this file.  If not, see <http://www.gnu.org/licenses/>.
17 #
18 # As a special exception to the GNU General Public License,
19 # this file may be distributed as part of a program that
20 # contains a configuration script generated by Autoconf, under
21 # the same distribution terms as the rest of that program.
22 #
23 # Generated by gnulib-tool.
24
25 AUTOMAKE_OPTIONS = 1.9.6 foreign
26
27 SUBDIRS = .
28 TESTS =
29 XFAIL_TESTS =
30 TESTS_ENVIRONMENT =
31 noinst_PROGRAMS =
32 check_PROGRAMS =
33 noinst_HEADERS =
34 noinst_LIBRARIES =
35 check_LIBRARIES = libtests.a
36 EXTRA_DIST =
37 BUILT_SOURCES =
38 SUFFIXES =
39 MOSTLYCLEANFILES = core *.stackdump
40 MOSTLYCLEANDIRS =
41 CLEANFILES =
42 DISTCLEANFILES =
43 MAINTAINERCLEANFILES =
44
45 AM_CPPFLAGS = \
46   -D@gltests_WITNESS@=1 \
47   -I. -I$(srcdir) \
48   -I../.. -I$(srcdir)/../.. \
49   -I../../gl -I$(srcdir)/../../gl
50
51 LDADD = libtests.a ../../gl/libgnu.la libtests.a $(LIBTESTS_LIBDEPS)
52
53 libtests_a_SOURCES =
54 libtests_a_LIBADD = $(gltests_LIBOBJS)
55 libtests_a_DEPENDENCIES = $(gltests_LIBOBJS)
56 EXTRA_libtests_a_SOURCES =
57 AM_LIBTOOLFLAGS = --preserve-dup-deps
58
59 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
60
61 ## begin gnulib module alloca-opt-tests
62
63 TESTS += test-alloca-opt
64 check_PROGRAMS += test-alloca-opt
65
66 EXTRA_DIST += test-alloca-opt.c
67
68 ## end   gnulib module alloca-opt-tests
69
70 ## begin gnulib module base64-tests
71
72 TESTS += test-base64
73 check_PROGRAMS += test-base64
74 EXTRA_DIST += test-base64.c macros.h
75
76 ## end   gnulib module base64-tests
77
78 ## begin gnulib module binary-io
79
80 libtests_a_SOURCES += binary-io.h binary-io.c
81
82 ## end   gnulib module binary-io
83
84 ## begin gnulib module binary-io-tests
85
86 TESTS += test-binary-io.sh
87 check_PROGRAMS += test-binary-io
88
89 EXTRA_DIST += test-binary-io.sh test-binary-io.c macros.h
90
91 ## end   gnulib module binary-io-tests
92
93 ## begin gnulib module byteswap-tests
94
95 TESTS += test-byteswap
96 check_PROGRAMS += test-byteswap
97 EXTRA_DIST += test-byteswap.c macros.h
98
99 ## end   gnulib module byteswap-tests
100
101 ## begin gnulib module c-ctype-tests
102
103 TESTS += test-c-ctype
104 check_PROGRAMS += test-c-ctype
105
106 EXTRA_DIST += test-c-ctype.c macros.h
107
108 ## end   gnulib module c-ctype-tests
109
110 ## begin gnulib module errno-tests
111
112 TESTS += test-errno
113 check_PROGRAMS += test-errno
114
115 EXTRA_DIST += test-errno.c
116
117 ## end   gnulib module errno-tests
118
119 ## begin gnulib module fcntl-h
120
121 BUILT_SOURCES += fcntl.h
122
123 # We need the following in order to create <fcntl.h> when the system
124 # doesn't have one that works with the given compiler.
125 fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
126         $(AM_V_GEN)rm -f $@-t $@ && \
127         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
128           sed -e 's|@''GUARD_PREFIX''@|GL|g' \
129               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
130               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
131               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
132               -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
133               -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
134               -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
135               -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
136               -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
137               -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
138               -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
139               -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
140               -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
141               -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
142               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
143               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
144               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
145               < $(srcdir)/fcntl.in.h; \
146         } > $@-t && \
147         mv $@-t $@
148 MOSTLYCLEANFILES += fcntl.h fcntl.h-t
149
150 EXTRA_DIST += fcntl.in.h
151
152 ## end   gnulib module fcntl-h
153
154 ## begin gnulib module fcntl-h-tests
155
156 TESTS += test-fcntl-h
157 check_PROGRAMS += test-fcntl-h
158 EXTRA_DIST += test-fcntl-h.c
159
160 ## end   gnulib module fcntl-h-tests
161
162 ## begin gnulib module fdopen
163
164
165 EXTRA_DIST += fdopen.c
166
167 EXTRA_libtests_a_SOURCES += fdopen.c
168
169 ## end   gnulib module fdopen
170
171 ## begin gnulib module fdopen-tests
172
173 TESTS += test-fdopen
174 check_PROGRAMS += test-fdopen
175 EXTRA_DIST += test-fdopen.c signature.h macros.h
176
177 ## end   gnulib module fdopen-tests
178
179 ## begin gnulib module fgetc-tests
180
181 TESTS += test-fgetc
182 check_PROGRAMS += test-fgetc
183 EXTRA_DIST += test-fgetc.c signature.h macros.h
184
185 ## end   gnulib module fgetc-tests
186
187 ## begin gnulib module float-tests
188
189 TESTS += test-float
190 check_PROGRAMS += test-float
191 EXTRA_DIST += test-float.c macros.h
192
193 ## end   gnulib module float-tests
194
195 ## begin gnulib module fpucw
196
197
198 EXTRA_DIST += fpucw.h
199
200 ## end   gnulib module fpucw
201
202 ## begin gnulib module fputc-tests
203
204 TESTS += test-fputc
205 check_PROGRAMS += test-fputc
206 EXTRA_DIST += test-fputc.c signature.h macros.h
207
208 ## end   gnulib module fputc-tests
209
210 ## begin gnulib module fread-tests
211
212 TESTS += test-fread
213 check_PROGRAMS += test-fread
214 EXTRA_DIST += test-fread.c signature.h macros.h
215
216 ## end   gnulib module fread-tests
217
218 ## begin gnulib module fstat-tests
219
220 TESTS += test-fstat
221 check_PROGRAMS += test-fstat
222 EXTRA_DIST += test-fstat.c signature.h macros.h
223
224 ## end   gnulib module fstat-tests
225
226 ## begin gnulib module ftell-tests
227
228 TESTS += test-ftell.sh test-ftell2.sh test-ftell3
229 check_PROGRAMS += test-ftell test-ftell3
230 MOSTLYCLEANFILES += t-ftell3.tmp
231 EXTRA_DIST += test-ftell.c test-ftell.sh test-ftell2.sh test-ftell3.c signature.h macros.h
232
233 ## end   gnulib module ftell-tests
234
235 ## begin gnulib module ftello-tests
236
237 TESTS += test-ftello.sh test-ftello2.sh test-ftello3 test-ftello4.sh
238 check_PROGRAMS += test-ftello test-ftello3 test-ftello4
239 MOSTLYCLEANFILES += t-ftello3.tmp
240 EXTRA_DIST += test-ftello.c test-ftello.sh test-ftello2.sh test-ftello3.c test-ftello4.c test-ftello4.sh signature.h macros.h
241
242 ## end   gnulib module ftello-tests
243
244 ## begin gnulib module func-tests
245
246 TESTS += test-func
247 check_PROGRAMS += test-func
248 EXTRA_DIST += test-func.c macros.h
249
250 ## end   gnulib module func-tests
251
252 ## begin gnulib module fwrite-tests
253
254 TESTS += test-fwrite
255 check_PROGRAMS += test-fwrite
256 EXTRA_DIST += test-fwrite.c signature.h macros.h
257
258 ## end   gnulib module fwrite-tests
259
260 ## begin gnulib module getdelim-tests
261
262 TESTS += test-getdelim
263 check_PROGRAMS += test-getdelim
264 MOSTLYCLEANFILES += test-getdelim.txt
265 EXTRA_DIST += test-getdelim.c signature.h macros.h
266
267 ## end   gnulib module getdelim-tests
268
269 ## begin gnulib module getline-tests
270
271 TESTS += test-getline
272 check_PROGRAMS += test-getline
273 MOSTLYCLEANFILES += test-getline.txt
274 EXTRA_DIST += test-getline.c signature.h macros.h
275
276 ## end   gnulib module getline-tests
277
278 ## begin gnulib module getpagesize
279
280
281 EXTRA_DIST += getpagesize.c
282
283 EXTRA_libtests_a_SOURCES += getpagesize.c
284
285 ## end   gnulib module getpagesize
286
287 ## begin gnulib module gettimeofday-tests
288
289 TESTS += test-gettimeofday
290 check_PROGRAMS += test-gettimeofday
291
292 EXTRA_DIST += signature.h test-gettimeofday.c
293
294 ## end   gnulib module gettimeofday-tests
295
296 ## begin gnulib module iconv-tests
297
298 TESTS += test-iconv
299 check_PROGRAMS += test-iconv
300 test_iconv_LDADD = $(LDADD) @LIBICONV@
301
302 EXTRA_DIST += test-iconv.c signature.h macros.h
303
304 ## end   gnulib module iconv-tests
305
306 ## begin gnulib module intprops-tests
307
308 TESTS += test-intprops
309 check_PROGRAMS += test-intprops
310 EXTRA_DIST += test-intprops.c macros.h
311
312 ## end   gnulib module intprops-tests
313
314 ## begin gnulib module inttypes-incomplete
315
316 BUILT_SOURCES += inttypes.h
317
318 # We need the following in order to create <inttypes.h> when the system
319 # doesn't have one that works with the given compiler.
320 inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
321         $(AM_V_GEN)rm -f $@-t $@ && \
322         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
323           sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
324               -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
325               -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
326               -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
327               -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
328               -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
329               -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
330               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
331               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
332               -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
333               -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
334               -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
335               -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
336               -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
337               -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
338               -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
339               -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
340               -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
341               -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
342               -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \
343               -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
344               -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
345               -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
346               -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
347               -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
348               -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
349               -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
350               < $(srcdir)/inttypes.in.h; \
351         } > $@-t && \
352         mv $@-t $@
353 MOSTLYCLEANFILES += inttypes.h inttypes.h-t
354
355 EXTRA_DIST += inttypes.in.h
356
357 ## end   gnulib module inttypes-incomplete
358
359 ## begin gnulib module inttypes-tests
360
361 TESTS += test-inttypes
362 check_PROGRAMS += test-inttypes
363 EXTRA_DIST += test-inttypes.c
364
365 ## end   gnulib module inttypes-tests
366
367 ## begin gnulib module memchr-tests
368
369 TESTS += test-memchr
370 check_PROGRAMS += test-memchr
371 EXTRA_DIST += test-memchr.c zerosize-ptr.h signature.h macros.h
372
373 ## end   gnulib module memchr-tests
374
375 ## begin gnulib module netdb-tests
376
377 TESTS += test-netdb
378 check_PROGRAMS += test-netdb
379 EXTRA_DIST += test-netdb.c
380
381 ## end   gnulib module netdb-tests
382
383 ## begin gnulib module netinet_in-tests
384
385 TESTS += test-netinet_in
386 check_PROGRAMS += test-netinet_in
387 EXTRA_DIST += test-netinet_in.c
388
389 ## end   gnulib module netinet_in-tests
390
391 ## begin gnulib module read-file-tests
392
393 TESTS += test-read-file
394 check_PROGRAMS += test-read-file
395 EXTRA_DIST += test-read-file.c
396
397 ## end   gnulib module read-file-tests
398
399 ## begin gnulib module snippet/_Noreturn
400
401 # Because this Makefile snippet defines a variable used by other
402 # gnulib Makefile snippets, it must be present in all Makefile.am that
403 # need it. This is ensured by the applicability 'all' defined above.
404
405 _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
406
407 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
408
409 ## end   gnulib module snippet/_Noreturn
410
411 ## begin gnulib module snippet/arg-nonnull
412
413 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
414 # statements but through direct file reference. Therefore this snippet must be
415 # present in all Makefile.am that need it. This is ensured by the applicability
416 # 'all' defined above.
417
418 BUILT_SOURCES += arg-nonnull.h
419 # The arg-nonnull.h that gets inserted into generated .h files is the same as
420 # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
421 # off.
422 arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
423         $(AM_V_GEN)rm -f $@-t $@ && \
424         sed -n -e '/GL_ARG_NONNULL/,$$p' \
425           < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
426           > $@-t && \
427         mv $@-t $@
428 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
429
430 ARG_NONNULL_H=arg-nonnull.h
431
432 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
433
434 ## end   gnulib module snippet/arg-nonnull
435
436 ## begin gnulib module snippet/c++defs
437
438 # The BUILT_SOURCES created by this Makefile snippet are not used via #include
439 # statements but through direct file reference. Therefore this snippet must be
440 # present in all Makefile.am that need it. This is ensured by the applicability
441 # 'all' defined above.
442
443 BUILT_SOURCES += c++defs.h
444 # The c++defs.h that gets inserted into generated .h files is the same as
445 # build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
446 c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
447         $(AM_V_GEN)rm -f $@-t $@ && \
448         sed -n -e '/_GL_CXXDEFS/,$$p' \
449           < $(top_srcdir)/build-aux/snippet/c++defs.h \
450           > $@-t && \
451         mv $@-t $@
452 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
453
454 CXXDEFS_H=c++defs.h
455
456 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
457
458 ## end   gnulib module snippet/c++defs
459
460 ## begin gnulib module snippet/warn-on-use
461
462 BUILT_SOURCES += warn-on-use.h
463 # The warn-on-use.h that gets inserted into generated .h files is the same as
464 # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
465 # off.
466 warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
467         $(AM_V_GEN)rm -f $@-t $@ && \
468         sed -n -e '/^.ifndef/,$$p' \
469           < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
470           > $@-t && \
471         mv $@-t $@
472 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
473
474 WARN_ON_USE_H=warn-on-use.h
475
476 EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
477
478 ## end   gnulib module snippet/warn-on-use
479
480 ## begin gnulib module snprintf-tests
481
482 TESTS += test-snprintf
483 check_PROGRAMS += test-snprintf
484
485 EXTRA_DIST += test-snprintf.c signature.h macros.h
486
487 ## end   gnulib module snprintf-tests
488
489 ## begin gnulib module stdalign-tests
490
491 TESTS += test-stdalign
492 check_PROGRAMS += test-stdalign
493 EXTRA_DIST += test-stdalign.c macros.h
494
495 ## end   gnulib module stdalign-tests
496
497 ## begin gnulib module stdbool-tests
498
499 TESTS += test-stdbool
500 check_PROGRAMS += test-stdbool
501 EXTRA_DIST += test-stdbool.c
502
503 ## end   gnulib module stdbool-tests
504
505 ## begin gnulib module stddef-tests
506
507 TESTS += test-stddef
508 check_PROGRAMS += test-stddef
509 EXTRA_DIST += test-stddef.c
510
511 ## end   gnulib module stddef-tests
512
513 ## begin gnulib module stdint-tests
514
515 TESTS += test-stdint
516 check_PROGRAMS += test-stdint
517 EXTRA_DIST += test-stdint.c
518
519 ## end   gnulib module stdint-tests
520
521 ## begin gnulib module stdio-tests
522
523 TESTS += test-stdio
524 check_PROGRAMS += test-stdio
525 EXTRA_DIST += test-stdio.c
526
527 ## end   gnulib module stdio-tests
528
529 ## begin gnulib module stdlib-tests
530
531 TESTS += test-stdlib
532 check_PROGRAMS += test-stdlib
533 EXTRA_DIST += test-stdlib.c test-sys_wait.h
534
535 ## end   gnulib module stdlib-tests
536
537 ## begin gnulib module string-tests
538
539 TESTS += test-string
540 check_PROGRAMS += test-string
541 EXTRA_DIST += test-string.c
542
543 ## end   gnulib module string-tests
544
545 ## begin gnulib module strings-tests
546
547 TESTS += test-strings
548 check_PROGRAMS += test-strings
549 EXTRA_DIST += test-strings.c
550
551 ## end   gnulib module strings-tests
552
553 ## begin gnulib module strnlen-tests
554
555 TESTS += test-strnlen
556 check_PROGRAMS += test-strnlen
557 EXTRA_DIST += test-strnlen.c zerosize-ptr.h signature.h macros.h
558
559 ## end   gnulib module strnlen-tests
560
561 ## begin gnulib module strverscmp-tests
562
563 TESTS += test-strverscmp
564 check_PROGRAMS += test-strverscmp
565 EXTRA_DIST += test-strverscmp.c signature.h macros.h
566
567 ## end   gnulib module strverscmp-tests
568
569 ## begin gnulib module sys_socket-tests
570
571 TESTS += test-sys_socket
572 check_PROGRAMS += test-sys_socket
573 EXTRA_DIST += test-sys_socket.c
574
575 ## end   gnulib module sys_socket-tests
576
577 ## begin gnulib module sys_stat-tests
578
579 TESTS += test-sys_stat
580 check_PROGRAMS += test-sys_stat
581 EXTRA_DIST += test-sys_stat.c
582
583 ## end   gnulib module sys_stat-tests
584
585 ## begin gnulib module sys_time-tests
586
587 TESTS += test-sys_time
588 check_PROGRAMS += test-sys_time
589 EXTRA_DIST += test-sys_time.c
590
591 ## end   gnulib module sys_time-tests
592
593 ## begin gnulib module sys_types-tests
594
595 TESTS += test-sys_types
596 check_PROGRAMS += test-sys_types
597 EXTRA_DIST += test-sys_types.c
598
599 ## end   gnulib module sys_types-tests
600
601 ## begin gnulib module sys_uio-tests
602
603 TESTS += test-sys_uio
604 check_PROGRAMS += test-sys_uio
605 EXTRA_DIST += test-sys_uio.c
606
607 ## end   gnulib module sys_uio-tests
608
609 ## begin gnulib module test-framework-sh-tests
610
611 TESTS += test-init.sh
612 EXTRA_DIST += init.sh
613 EXTRA_DIST += test-init.sh
614
615 ## end   gnulib module test-framework-sh-tests
616
617 ## begin gnulib module time-tests
618
619 TESTS += test-time
620 check_PROGRAMS += test-time
621 EXTRA_DIST += test-time.c
622
623 ## end   gnulib module time-tests
624
625 ## begin gnulib module u64-tests
626
627 TESTS += test-u64
628 check_PROGRAMS += test-u64
629 EXTRA_DIST += test-u64.c
630
631 ## end   gnulib module u64-tests
632
633 ## begin gnulib module unistd-tests
634
635 TESTS += test-unistd
636 check_PROGRAMS += test-unistd
637 EXTRA_DIST += test-unistd.c
638
639 ## end   gnulib module unistd-tests
640
641 ## begin gnulib module vasnprintf-tests
642
643 TESTS += test-vasnprintf
644 check_PROGRAMS += test-vasnprintf
645
646 EXTRA_DIST += test-vasnprintf.c macros.h
647
648 ## end   gnulib module vasnprintf-tests
649
650 ## begin gnulib module vasprintf-tests
651
652 TESTS += test-vasprintf
653 check_PROGRAMS += test-vasprintf
654
655 EXTRA_DIST += test-vasprintf.c signature.h macros.h
656
657 ## end   gnulib module vasprintf-tests
658
659 ## begin gnulib module vc-list-files-tests
660
661 TESTS += test-vc-list-files-git.sh
662 TESTS += test-vc-list-files-cvs.sh
663 TESTS_ENVIRONMENT += abs_aux_dir='$(abs_aux_dir)'
664 EXTRA_DIST += test-vc-list-files-git.sh test-vc-list-files-cvs.sh
665
666 ## end   gnulib module vc-list-files-tests
667
668 ## begin gnulib module verify-tests
669
670 TESTS_ENVIRONMENT += MAKE='$(MAKE)'
671 TESTS += test-verify test-verify.sh
672 check_PROGRAMS += test-verify
673 EXTRA_DIST += test-verify.c test-verify.sh
674
675 ## end   gnulib module verify-tests
676
677 ## begin gnulib module vsnprintf-tests
678
679 TESTS += test-vsnprintf
680 check_PROGRAMS += test-vsnprintf
681
682 EXTRA_DIST += test-vsnprintf.c signature.h macros.h
683
684 ## end   gnulib module vsnprintf-tests
685
686 ## begin gnulib module wchar-tests
687
688 TESTS += test-wchar
689 check_PROGRAMS += test-wchar
690 EXTRA_DIST += test-wchar.c
691
692 ## end   gnulib module wchar-tests
693
694 # Clean up after Solaris cc.
695 clean-local:
696         rm -rf SunWS_cache
697
698 mostlyclean-local: mostlyclean-generic
699         @for dir in '' $(MOSTLYCLEANDIRS); do \
700           if test -n "$$dir" && test -d $$dir; then \
701             echo "rmdir $$dir"; rmdir $$dir; \
702           fi; \
703         done; \
704         :