~ubuntu-branches/ubuntu/trusty/gnutls26/trusty

« back to all changes in this revision

Viewing changes to gl/tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-10-01 15:28:13 UTC
  • mfrom: (12.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20111001152813-yygm1c4cxonfxhzy
* New upstream version.
  + Allow CA importing of 0 certificates to succeed. Closes: #640639
* Add libp11-kit-dev to libgnutls-dev dependencies. (see #643811)
* [20_guiledocstring.diff] guile: Fix docstring extraction with CPP 4.5+.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## DO NOT EDIT! GENERATED AUTOMATICALLY!
2
2
## Process this file with automake to produce Makefile.in.
3
 
# Copyright (C) 2002-2010 Free Software Foundation, Inc.
 
3
# Copyright (C) 2002-2011 Free Software Foundation, Inc.
4
4
#
5
5
# This file is free software, distributed under the terms of the GNU
6
6
# General Public License.  As a special exception to the GNU General
96
96
 
97
97
## end   gnulib module arpa_inet-tests
98
98
 
 
99
## begin gnulib module binary-io
 
100
 
 
101
libtests_a_SOURCES += binary-io.h
 
102
 
 
103
## end   gnulib module binary-io
 
104
 
 
105
## begin gnulib module binary-io-tests
 
106
 
 
107
TESTS += test-binary-io.sh
 
108
check_PROGRAMS += test-binary-io
 
109
 
 
110
EXTRA_DIST += test-binary-io.sh test-binary-io.c macros.h
 
111
 
 
112
## end   gnulib module binary-io-tests
 
113
 
99
114
## begin gnulib module c++defs
100
115
 
101
116
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
138
153
 
139
154
## end   gnulib module errno-tests
140
155
 
 
156
## begin gnulib module fcntl-h
 
157
 
 
158
BUILT_SOURCES += fcntl.h
 
159
 
 
160
# We need the following in order to create <fcntl.h> when the system
 
161
# doesn't have one that works with the given compiler.
 
162
fcntl.h: fcntl.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
163
        $(AM_V_GEN)rm -f $@-t $@ && \
 
164
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
165
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
166
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
167
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
168
              -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
 
169
              -e 's|@''GNULIB_FCNTL''@|$(GNULIB_FCNTL)|g' \
 
170
              -e 's|@''GNULIB_OPEN''@|$(GNULIB_OPEN)|g' \
 
171
              -e 's|@''GNULIB_OPENAT''@|$(GNULIB_OPENAT)|g' \
 
172
              -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
 
173
              -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
 
174
              -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
 
175
              -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
 
176
              -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
 
177
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
178
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
179
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
 
180
              < $(srcdir)/fcntl.in.h; \
 
181
        } > $@-t && \
 
182
        mv $@-t $@
 
183
MOSTLYCLEANFILES += fcntl.h fcntl.h-t
 
184
 
 
185
EXTRA_DIST += fcntl.in.h
 
186
 
 
187
## end   gnulib module fcntl-h
 
188
 
 
189
## begin gnulib module fcntl-h-tests
 
190
 
 
191
TESTS += test-fcntl-h
 
192
check_PROGRAMS += test-fcntl-h
 
193
EXTRA_DIST += test-fcntl-h.c
 
194
 
 
195
## end   gnulib module fcntl-h-tests
 
196
 
141
197
## begin gnulib module fseeko-tests
142
198
 
143
199
TESTS += test-fseeko.sh test-fseeko2.sh
146
202
 
147
203
## end   gnulib module fseeko-tests
148
204
 
 
205
## begin gnulib module ftello-tests
 
206
 
 
207
TESTS += test-ftello.sh test-ftello2.sh test-ftello3
 
208
check_PROGRAMS += test-ftello test-ftello3
 
209
MOSTLYCLEANFILES += t-ftello3.tmp
 
210
EXTRA_DIST += test-ftello.c test-ftello.sh test-ftello2.sh test-ftello3.c signature.h macros.h
 
211
 
 
212
## end   gnulib module ftello-tests
 
213
 
149
214
## begin gnulib module getaddrinfo-tests
150
215
 
151
216
TESTS += test-getaddrinfo
173
238
 
174
239
## end   gnulib module getline-tests
175
240
 
 
241
## begin gnulib module getpagesize
 
242
 
 
243
 
 
244
EXTRA_DIST += getpagesize.c
 
245
 
 
246
EXTRA_libtests_a_SOURCES += getpagesize.c
 
247
 
 
248
## end   gnulib module getpagesize
 
249
 
176
250
## begin gnulib module gettimeofday-tests
177
251
 
178
252
TESTS += test-gettimeofday
249
323
 
250
324
## end   gnulib module perror-tests
251
325
 
 
326
## begin gnulib module pipe-posix
 
327
 
 
328
 
 
329
EXTRA_DIST += pipe.c
 
330
 
 
331
EXTRA_libtests_a_SOURCES += pipe.c
 
332
 
 
333
## end   gnulib module pipe-posix
 
334
 
 
335
## begin gnulib module pipe-posix-tests
 
336
 
 
337
TESTS += test-pipe
 
338
check_PROGRAMS += test-pipe
 
339
EXTRA_DIST += test-pipe.c signature.h macros.h
 
340
 
 
341
## end   gnulib module pipe-posix-tests
 
342
 
252
343
## begin gnulib module read-file-tests
253
344
 
254
345
TESTS += test-read-file
265
356
test_select_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)
266
357
test_select_fd_LDADD = $(LDADD) @LIBSOCKET@
267
358
test_select_stdin_LDADD = $(LDADD) @LIBSOCKET@
268
 
EXTRA_DIST += signature.h test-select.c test-select-fd.c test-select-in.sh test-select-out.sh test-select-stdin.c
 
359
EXTRA_DIST += macros.h signature.h test-select.c test-select-fd.c test-select-in.sh test-select-out.sh test-select-stdin.c
269
360
 
270
361
## end   gnulib module select-tests
271
362
 
323
414
 
324
415
TESTS += test-stdlib
325
416
check_PROGRAMS += test-stdlib
326
 
EXTRA_DIST += test-stdlib.c
 
417
EXTRA_DIST += test-stdlib.c test-sys_wait.h
327
418
 
328
419
## end   gnulib module stdlib-tests
329
420
 
356
447
          sed -e 's|@''HAVE_SYS_IOCTL_H''@|$(HAVE_SYS_IOCTL_H)|g' \
357
448
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
358
449
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
450
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
359
451
              -e 's|@''NEXT_SYS_IOCTL_H''@|$(NEXT_SYS_IOCTL_H)|g' \
360
452
              -e 's|@''GNULIB_IOCTL''@|$(GNULIB_IOCTL)|g' \
361
453
              -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H''@|$(SYS_IOCTL_H_HAVE_WINSOCK2_H)|g' \
432
524
## begin gnulib module update-copyright-tests
433
525
 
434
526
TESTS += test-update-copyright.sh
435
 
TESTS_ENVIRONMENT += PATH='$(abs_aux_dir)'$(PATH_SEPARATOR)"$$PATH"
 
527
TESTS_ENVIRONMENT += abs_aux_dir='$(abs_aux_dir)'
436
528
EXTRA_DIST += test-update-copyright.sh
437
529
 
438
530
## end   gnulib module update-copyright-tests
450
542
 
451
543
TESTS += test-vc-list-files-git.sh
452
544
TESTS += test-vc-list-files-cvs.sh
453
 
TESTS_ENVIRONMENT += PATH='$(abs_aux_dir)'$(PATH_SEPARATOR)"$$PATH"
 
545
TESTS_ENVIRONMENT += abs_aux_dir='$(abs_aux_dir)'
454
546
EXTRA_DIST += test-vc-list-files-git.sh test-vc-list-files-cvs.sh init.sh
455
547
 
456
548
## end   gnulib module vc-list-files-tests
457
549
 
458
 
## begin gnulib module verify
459
 
 
460
 
libtests_a_SOURCES += verify.h
461
 
 
462
 
## end   gnulib module verify
463
 
 
464
550
## begin gnulib module verify-tests
465
551
 
466
552
TESTS_ENVIRONMENT += MAKE='$(MAKE)'
498
584
 
499
585
## end   gnulib module warn-on-use
500
586
 
501
 
## begin gnulib module wchar-tests
502
 
 
503
 
TESTS += test-wchar
504
 
check_PROGRAMS += test-wchar
505
 
EXTRA_DIST += test-wchar.c
506
 
 
507
 
## end   gnulib module wchar-tests
508
 
 
509
587
## begin gnulib module dummy
510
588
 
511
589
libtests_a_SOURCES += dummy.c