Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/source/, tests/qlist/, tests/install/, tests/qtbz2/, tests/qfile/, ...
Date: Wed, 17 Apr 2019 22:23:37
Message-Id: 1555528450.6d9ab292b82660699045e4ccdf9c89bf065e4c42.grobian@gentoo
1 commit: 6d9ab292b82660699045e4ccdf9c89bf065e4c42
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 17 19:14:10 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 17 19:14:10 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=6d9ab292
7
8 tests: don't run tests by default
9
10 remnant of pre-automake Makefiles having default all: check rule
11
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 tests/atom_compare/Makefile.am | 6 ++----
15 tests/atom_compare/Makefile.in | 36 +++++++++++++++++++-----------------
16 tests/install/Makefile.am | 8 ++------
17 tests/install/Makefile.in | 38 +++++++++++++++++++-------------------
18 tests/profile/Makefile.am | 6 +-----
19 tests/profile/Makefile.in | 32 +++++++++++++++-----------------
20 tests/qatom/Makefile.am | 8 +-------
21 tests/qatom/Makefile.in | 36 +++++++++++++++++-------------------
22 tests/qcheck/Makefile.am | 8 +-------
23 tests/qcheck/Makefile.in | 36 +++++++++++++++++-------------------
24 tests/qdepends/Makefile.am | 8 +-------
25 tests/qdepends/Makefile.in | 36 +++++++++++++++++-------------------
26 tests/qfile/Makefile.am | 8 +-------
27 tests/qfile/Makefile.in | 36 +++++++++++++++++-------------------
28 tests/qlist/Makefile.am | 8 +-------
29 tests/qlist/Makefile.in | 36 +++++++++++++++++-------------------
30 tests/qlop/Makefile.am | 8 +-------
31 tests/qlop/Makefile.in | 36 +++++++++++++++++-------------------
32 tests/qmerge/Makefile.am | 8 +-------
33 tests/qmerge/Makefile.in | 36 +++++++++++++++++-------------------
34 tests/qtbz2/Makefile.am | 8 +-------
35 tests/qtbz2/Makefile.in | 36 +++++++++++++++++-------------------
36 tests/quse/Makefile.am | 8 ++------
37 tests/quse/Makefile.in | 38 +++++++++++++++++++-------------------
38 tests/qxpak/Makefile.am | 8 +-------
39 tests/qxpak/Makefile.in | 36 +++++++++++++++++-------------------
40 tests/reinitialize/Makefile.am | 8 +-------
41 tests/reinitialize/Makefile.in | 36 +++++++++++++++++-------------------
42 tests/source/Makefile.am | 8 +-------
43 tests/source/Makefile.in | 36 +++++++++++++++++-------------------
44 30 files changed, 277 insertions(+), 379 deletions(-)
45
46 diff --git a/tests/atom_compare/Makefile.am b/tests/atom_compare/Makefile.am
47 index 06ad041..388fd19 100644
48 --- a/tests/atom_compare/Makefile.am
49 +++ b/tests/atom_compare/Makefile.am
50 @@ -4,9 +4,7 @@ s = $(abs_top_srcdir)/$(this_subdir)
51 atb = $(abs_top_builddir)
52 mkdir = $(if $(wildcard $(dir $(1))),:,mkdir -p "$(dir $(1))")
53
54 -all: test
55 -
56 -test check: static static.q portage
57 +check-local: static static.q portage
58
59 t = \
60 @set -f && \
61 @@ -38,7 +36,7 @@ static.q: $(s)/static.q.tests $(atb)/q
62 portage: $(s)/static.tests $(s)/atom-compare.py
63 $(call t)
64
65 -clean:
66 +clean-local:
67 rm -f $(b)/static $(b)/static.q $(b)/portage
68
69 .PHONY: all check clean test
70
71 diff --git a/tests/atom_compare/Makefile.in b/tests/atom_compare/Makefile.in
72 index da4e185..8512dee 100644
73 --- a/tests/atom_compare/Makefile.in
74 +++ b/tests/atom_compare/Makefile.in
75 @@ -1487,6 +1487,7 @@ distdir: $(DISTFILES)
76 fi; \
77 done
78 check-am: all-am
79 + $(MAKE) $(AM_MAKEFLAGS) check-local
80 check: check-am
81 all-am: Makefile
82 installdirs:
83 @@ -1520,7 +1521,9 @@ distclean-generic:
84 maintainer-clean-generic:
85 @echo "This command is intended for maintainers to use"
86 @echo "it deletes files that may require special tools to rebuild."
87 -clean-am: clean-generic clean-libtool mostlyclean-am
88 +clean: clean-am
89 +
90 +clean-am: clean-generic clean-libtool clean-local mostlyclean-am
91
92 distclean: distclean-am
93 -rm -f Makefile
94 @@ -1584,26 +1587,25 @@ ps-am:
95
96 uninstall-am:
97
98 -.MAKE: install-am install-strip
99 +.MAKE: check-am install-am install-strip
100
101 -.PHONY: all all-am check check-am clean clean-generic clean-libtool \
102 - cscopelist-am ctags-am distclean distclean-generic \
103 - distclean-libtool distdir dvi dvi-am html html-am info info-am \
104 - install install-am install-data install-data-am install-dvi \
105 - install-dvi-am install-exec install-exec-am install-html \
106 - install-html-am install-info install-info-am install-man \
107 - install-pdf install-pdf-am install-ps install-ps-am \
108 - install-strip installcheck installcheck-am installdirs \
109 - maintainer-clean maintainer-clean-generic mostlyclean \
110 - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
111 - tags-am uninstall uninstall-am
112 +.PHONY: all all-am check check-am check-local clean clean-generic \
113 + clean-libtool clean-local cscopelist-am ctags-am distclean \
114 + distclean-generic distclean-libtool distdir dvi dvi-am html \
115 + html-am info info-am install install-am install-data \
116 + install-data-am install-dvi install-dvi-am install-exec \
117 + install-exec-am install-html install-html-am install-info \
118 + install-info-am install-man install-pdf install-pdf-am \
119 + install-ps install-ps-am install-strip installcheck \
120 + installcheck-am installdirs maintainer-clean \
121 + maintainer-clean-generic mostlyclean mostlyclean-generic \
122 + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
123 + uninstall-am
124
125 .PRECIOUS: Makefile
126
127
128 -all: test
129 -
130 -test check: static static.q portage
131 +check-local: static static.q portage
132
133 static: $(s)/static.tests $(atb)/q
134 $(call t,atom -c)
135 @@ -1614,7 +1616,7 @@ static.q: $(s)/static.q.tests $(atb)/q
136 portage: $(s)/static.tests $(s)/atom-compare.py
137 $(call t)
138
139 -clean:
140 +clean-local:
141 rm -f $(b)/static $(b)/static.q $(b)/portage
142
143 .PHONY: all check clean test
144
145 diff --git a/tests/install/Makefile.am b/tests/install/Makefile.am
146 index 2b39b2a..4d5fcd2 100644
147 --- a/tests/install/Makefile.am
148 +++ b/tests/install/Makefile.am
149 @@ -2,12 +2,8 @@ this_subdir = tests/install
150 b = $(abs_top_builddir)/$(this_subdir)
151 s = $(abs_top_srcdir)/$(this_subdir)
152
153 -all: check
154 -
155 -test check:
156 +check-local:
157 $(Q)$(s)/dotest
158
159 -clean:
160 +clean-local:
161 rm -f $(b)/q `find $(b) -type l`
162 -
163 -.PHONY: all check clean test
164
165 diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in
166 index b74c1f3..2b6905d 100644
167 --- a/tests/install/Makefile.in
168 +++ b/tests/install/Makefile.in
169 @@ -1464,6 +1464,7 @@ distdir: $(DISTFILES)
170 fi; \
171 done
172 check-am: all-am
173 + $(MAKE) $(AM_MAKEFLAGS) check-local
174 check: check-am
175 all-am: Makefile
176 installdirs:
177 @@ -1497,7 +1498,9 @@ distclean-generic:
178 maintainer-clean-generic:
179 @echo "This command is intended for maintainers to use"
180 @echo "it deletes files that may require special tools to rebuild."
181 -clean-am: clean-generic clean-libtool mostlyclean-am
182 +clean: clean-am
183 +
184 +clean-am: clean-generic clean-libtool clean-local mostlyclean-am
185
186 distclean: distclean-am
187 -rm -f Makefile
188 @@ -1561,33 +1564,30 @@ ps-am:
189
190 uninstall-am:
191
192 -.MAKE: install-am install-strip
193 +.MAKE: check-am install-am install-strip
194
195 -.PHONY: all all-am check check-am clean clean-generic clean-libtool \
196 - cscopelist-am ctags-am distclean distclean-generic \
197 - distclean-libtool distdir dvi dvi-am html html-am info info-am \
198 - install install-am install-data install-data-am install-dvi \
199 - install-dvi-am install-exec install-exec-am install-html \
200 - install-html-am install-info install-info-am install-man \
201 - install-pdf install-pdf-am install-ps install-ps-am \
202 - install-strip installcheck installcheck-am installdirs \
203 - maintainer-clean maintainer-clean-generic mostlyclean \
204 - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
205 - tags-am uninstall uninstall-am
206 +.PHONY: all all-am check check-am check-local clean clean-generic \
207 + clean-libtool clean-local cscopelist-am ctags-am distclean \
208 + distclean-generic distclean-libtool distdir dvi dvi-am html \
209 + html-am info info-am install install-am install-data \
210 + install-data-am install-dvi install-dvi-am install-exec \
211 + install-exec-am install-html install-html-am install-info \
212 + install-info-am install-man install-pdf install-pdf-am \
213 + install-ps install-ps-am install-strip installcheck \
214 + installcheck-am installdirs maintainer-clean \
215 + maintainer-clean-generic mostlyclean mostlyclean-generic \
216 + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
217 + uninstall-am
218
219 .PRECIOUS: Makefile
220
221
222 -all: check
223 -
224 -test check:
225 +check-local:
226 $(Q)$(s)/dotest
227
228 -clean:
229 +clean-local:
230 rm -f $(b)/q `find $(b) -type l`
231
232 -.PHONY: all check clean test
233 -
234 # Tell versions [3.59,3.63) of GNU make to not export all variables.
235 # Otherwise a system limit (for SysV at least) may be exceeded.
236 .NOEXPORT:
237
238 diff --git a/tests/profile/Makefile.am b/tests/profile/Makefile.am
239 index c8339c9..bd91779 100644
240 --- a/tests/profile/Makefile.am
241 +++ b/tests/profile/Makefile.am
242 @@ -1,9 +1,5 @@
243 this_subdir = tests/profile
244 s = $(abs_top_srcdir)/$(this_subdir)
245
246 -all: check
247 -
248 -test check:
249 +check-local:
250 $(Q)$(s)/dotest
251 -
252 -.PHONY: all check clean test
253
254 diff --git a/tests/profile/Makefile.in b/tests/profile/Makefile.in
255 index 0291e4c..0f6c258 100644
256 --- a/tests/profile/Makefile.in
257 +++ b/tests/profile/Makefile.in
258 @@ -1463,6 +1463,7 @@ distdir: $(DISTFILES)
259 fi; \
260 done
261 check-am: all-am
262 + $(MAKE) $(AM_MAKEFLAGS) check-local
263 check: check-am
264 all-am: Makefile
265 installdirs:
266 @@ -1562,30 +1563,27 @@ ps-am:
267
268 uninstall-am:
269
270 -.MAKE: install-am install-strip
271 +.MAKE: check-am install-am install-strip
272
273 -.PHONY: all all-am check check-am clean clean-generic clean-libtool \
274 - cscopelist-am ctags-am distclean distclean-generic \
275 - distclean-libtool distdir dvi dvi-am html html-am info info-am \
276 - install install-am install-data install-data-am install-dvi \
277 - install-dvi-am install-exec install-exec-am install-html \
278 - install-html-am install-info install-info-am install-man \
279 - install-pdf install-pdf-am install-ps install-ps-am \
280 - install-strip installcheck installcheck-am installdirs \
281 - maintainer-clean maintainer-clean-generic mostlyclean \
282 - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
283 - tags-am uninstall uninstall-am
284 +.PHONY: all all-am check check-am check-local clean clean-generic \
285 + clean-libtool cscopelist-am ctags-am distclean \
286 + distclean-generic distclean-libtool distdir dvi dvi-am html \
287 + html-am info info-am install install-am install-data \
288 + install-data-am install-dvi install-dvi-am install-exec \
289 + install-exec-am install-html install-html-am install-info \
290 + install-info-am install-man install-pdf install-pdf-am \
291 + install-ps install-ps-am install-strip installcheck \
292 + installcheck-am installdirs maintainer-clean \
293 + maintainer-clean-generic mostlyclean mostlyclean-generic \
294 + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
295 + uninstall-am
296
297 .PRECIOUS: Makefile
298
299
300 -all: check
301 -
302 -test check:
303 +check-local:
304 $(Q)$(s)/dotest
305
306 -.PHONY: all check clean test
307 -
308 # Tell versions [3.59,3.63) of GNU make to not export all variables.
309 # Otherwise a system limit (for SysV at least) may be exceeded.
310 .NOEXPORT:
311
312 diff --git a/tests/qatom/Makefile.am b/tests/qatom/Makefile.am
313 index 7db4140..81a4727 100644
314 --- a/tests/qatom/Makefile.am
315 +++ b/tests/qatom/Makefile.am
316 @@ -1,11 +1,5 @@
317 this_subdir = tests/qatom
318 s = $(abs_top_srcdir)/$(this_subdir)
319
320 -all: check
321 -
322 -test check:
323 +check-local:
324 $(Q)$(s)/dotest
325 -
326 -clean:
327 -
328 -.PHONY: all check clean test
329
330 diff --git a/tests/qatom/Makefile.in b/tests/qatom/Makefile.in
331 index a6ac569..6da6122 100644
332 --- a/tests/qatom/Makefile.in
333 +++ b/tests/qatom/Makefile.in
334 @@ -1463,6 +1463,7 @@ distdir: $(DISTFILES)
335 fi; \
336 done
337 check-am: all-am
338 + $(MAKE) $(AM_MAKEFLAGS) check-local
339 check: check-am
340 all-am: Makefile
341 installdirs:
342 @@ -1496,6 +1497,8 @@ distclean-generic:
343 maintainer-clean-generic:
344 @echo "This command is intended for maintainers to use"
345 @echo "it deletes files that may require special tools to rebuild."
346 +clean: clean-am
347 +
348 clean-am: clean-generic clean-libtool mostlyclean-am
349
350 distclean: distclean-am
351 @@ -1560,32 +1563,27 @@ ps-am:
352
353 uninstall-am:
354
355 -.MAKE: install-am install-strip
356 +.MAKE: check-am install-am install-strip
357
358 -.PHONY: all all-am check check-am clean clean-generic clean-libtool \
359 - cscopelist-am ctags-am distclean distclean-generic \
360 - distclean-libtool distdir dvi dvi-am html html-am info info-am \
361 - install install-am install-data install-data-am install-dvi \
362 - install-dvi-am install-exec install-exec-am install-html \
363 - install-html-am install-info install-info-am install-man \
364 - install-pdf install-pdf-am install-ps install-ps-am \
365 - install-strip installcheck installcheck-am installdirs \
366 - maintainer-clean maintainer-clean-generic mostlyclean \
367 - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
368 - tags-am uninstall uninstall-am
369 +.PHONY: all all-am check check-am check-local clean clean-generic \
370 + clean-libtool cscopelist-am ctags-am distclean \
371 + distclean-generic distclean-libtool distdir dvi dvi-am html \
372 + html-am info info-am install install-am install-data \
373 + install-data-am install-dvi install-dvi-am install-exec \
374 + install-exec-am install-html install-html-am install-info \
375 + install-info-am install-man install-pdf install-pdf-am \
376 + install-ps install-ps-am install-strip installcheck \
377 + installcheck-am installdirs maintainer-clean \
378 + maintainer-clean-generic mostlyclean mostlyclean-generic \
379 + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
380 + uninstall-am
381
382 .PRECIOUS: Makefile
383
384
385 -all: check
386 -
387 -test check:
388 +check-local:
389 $(Q)$(s)/dotest
390
391 -clean:
392 -
393 -.PHONY: all check clean test
394 -
395 # Tell versions [3.59,3.63) of GNU make to not export all variables.
396 # Otherwise a system limit (for SysV at least) may be exceeded.
397 .NOEXPORT:
398
399 diff --git a/tests/qcheck/Makefile.am b/tests/qcheck/Makefile.am
400 index 90de0f2..03be75a 100644
401 --- a/tests/qcheck/Makefile.am
402 +++ b/tests/qcheck/Makefile.am
403 @@ -1,11 +1,5 @@
404 this_subdir = tests/qcheck
405 s = $(abs_top_srcdir)/$(this_subdir)
406
407 -all: check
408 -
409 -test check:
410 +check-local:
411 $(Q)$(s)/dotest
412 -
413 -clean:
414 -
415 -.PHONY: all check clean test
416
417 diff --git a/tests/qcheck/Makefile.in b/tests/qcheck/Makefile.in
418 index 5a0e50a..ca0d0bf 100644
419 --- a/tests/qcheck/Makefile.in
420 +++ b/tests/qcheck/Makefile.in
421 @@ -1463,6 +1463,7 @@ distdir: $(DISTFILES)
422 fi; \
423 done
424 check-am: all-am
425 + $(MAKE) $(AM_MAKEFLAGS) check-local
426 check: check-am
427 all-am: Makefile
428 installdirs:
429 @@ -1496,6 +1497,8 @@ distclean-generic:
430 maintainer-clean-generic:
431 @echo "This command is intended for maintainers to use"
432 @echo "it deletes files that may require special tools to rebuild."
433 +clean: clean-am
434 +
435 clean-am: clean-generic clean-libtool mostlyclean-am
436
437 distclean: distclean-am
438 @@ -1560,32 +1563,27 @@ ps-am:
439
440 uninstall-am:
441
442 -.MAKE: install-am install-strip
443 +.MAKE: check-am install-am install-strip
444
445 -.PHONY: all all-am check check-am clean clean-generic clean-libtool \
446 - cscopelist-am ctags-am distclean distclean-generic \
447 - distclean-libtool distdir dvi dvi-am html html-am info info-am \
448 - install install-am install-data install-data-am install-dvi \
449 - install-dvi-am install-exec install-exec-am install-html \
450 - install-html-am install-info install-info-am install-man \
451 - install-pdf install-pdf-am install-ps install-ps-am \
452 - install-strip installcheck installcheck-am installdirs \
453 - maintainer-clean maintainer-clean-generic mostlyclean \
454 - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
455 - tags-am uninstall uninstall-am
456 +.PHONY: all all-am check check-am check-local clean clean-generic \
457 + clean-libtool cscopelist-am ctags-am distclean \
458 + distclean-generic distclean-libtool distdir dvi dvi-am html \
459 + html-am info info-am install install-am install-data \
460 + install-data-am install-dvi install-dvi-am install-exec \
461 + install-exec-am install-html install-html-am install-info \
462 + install-info-am install-man install-pdf install-pdf-am \
463 + install-ps install-ps-am install-strip installcheck \
464 + installcheck-am installdirs maintainer-clean \
465 + maintainer-clean-generic mostlyclean mostlyclean-generic \
466 + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
467 + uninstall-am
468
469 .PRECIOUS: Makefile
470
471
472 -all: check
473 -
474 -test check:
475 +check-local:
476 $(Q)$(s)/dotest
477
478 -clean:
479 -
480 -.PHONY: all check clean test
481 -
482 # Tell versions [3.59,3.63) of GNU make to not export all variables.
483 # Otherwise a system limit (for SysV at least) may be exceeded.
484 .NOEXPORT:
485
486 diff --git a/tests/qdepends/Makefile.am b/tests/qdepends/Makefile.am
487 index 9d28bac..13a62dc 100644
488 --- a/tests/qdepends/Makefile.am
489 +++ b/tests/qdepends/Makefile.am
490 @@ -1,11 +1,5 @@
491 this_subdir = tests/qdepends
492 s = $(abs_top_srcdir)/$(this_subdir)
493
494 -all: check
495 -
496 -test check:
497 +check-local:
498 $(Q)$(s)/dotest
499 -
500 -clean:
501 -
502 -.PHONY: all check clean test
503
504 diff --git a/tests/qdepends/Makefile.in b/tests/qdepends/Makefile.in
505 index 5d207cf..b028ca3 100644
506 --- a/tests/qdepends/Makefile.in
507 +++ b/tests/qdepends/Makefile.in
508 @@ -1463,6 +1463,7 @@ distdir: $(DISTFILES)
509 fi; \
510 done
511 check-am: all-am
512 + $(MAKE) $(AM_MAKEFLAGS) check-local
513 check: check-am
514 all-am: Makefile
515 installdirs:
516 @@ -1496,6 +1497,8 @@ distclean-generic:
517 maintainer-clean-generic:
518 @echo "This command is intended for maintainers to use"
519 @echo "it deletes files that may require special tools to rebuild."
520 +clean: clean-am
521 +
522 clean-am: clean-generic clean-libtool mostlyclean-am
523
524 distclean: distclean-am
525 @@ -1560,32 +1563,27 @@ ps-am:
526
527 uninstall-am:
528
529 -.MAKE: install-am install-strip
530 +.MAKE: check-am install-am install-strip
531
532 -.PHONY: all all-am check check-am clean clean-generic clean-libtool \
533 - cscopelist-am ctags-am distclean distclean-generic \
534 - distclean-libtool distdir dvi dvi-am html html-am info info-am \
535 - install install-am install-data install-data-am install-dvi \
536 - install-dvi-am install-exec install-exec-am install-html \
537 - install-html-am install-info install-info-am install-man \
538 - install-pdf install-pdf-am install-ps install-ps-am \
539 - install-strip installcheck installcheck-am installdirs \
540 - maintainer-clean maintainer-clean-generic mostlyclean \
541 - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
542 - tags-am uninstall uninstall-am
543 +.PHONY: all all-am check check-am check-local clean clean-generic \
544 + clean-libtool cscopelist-am ctags-am distclean \
545 + distclean-generic distclean-libtool distdir dvi dvi-am html \
546 + html-am info info-am install install-am install-data \
547 + install-data-am install-dvi install-dvi-am install-exec \
548 + install-exec-am install-html install-html-am install-info \
549 + install-info-am install-man install-pdf install-pdf-am \
550 + install-ps install-ps-am install-strip installcheck \
551 + installcheck-am installdirs maintainer-clean \
552 + maintainer-clean-generic mostlyclean mostlyclean-generic \
553 + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
554 + uninstall-am
555
556 .PRECIOUS: Makefile
557
558
559 -all: check
560 -
561 -test check:
562 +check-local:
563 $(Q)$(s)/dotest
564
565 -clean:
566 -
567 -.PHONY: all check clean test
568 -
569 # Tell versions [3.59,3.63) of GNU make to not export all variables.
570 # Otherwise a system limit (for SysV at least) may be exceeded.
571 .NOEXPORT:
572
573 diff --git a/tests/qfile/Makefile.am b/tests/qfile/Makefile.am
574 index 261e93c..64d0ace 100644
575 --- a/tests/qfile/Makefile.am
576 +++ b/tests/qfile/Makefile.am
577 @@ -1,11 +1,5 @@
578 this_subdir = tests/qfile
579 s = $(abs_top_srcdir)/$(this_subdir)
580
581 -all: check
582 -
583 -test check:
584 +check-local:
585 $(Q)$(s)/dotest
586 -
587 -clean:
588 -
589 -.PHONY: all check clean test
590
591 diff --git a/tests/qfile/Makefile.in b/tests/qfile/Makefile.in
592 index c434b55..ca0ab45 100644
593 --- a/tests/qfile/Makefile.in
594 +++ b/tests/qfile/Makefile.in
595 @@ -1463,6 +1463,7 @@ distdir: $(DISTFILES)
596 fi; \
597 done
598 check-am: all-am
599 + $(MAKE) $(AM_MAKEFLAGS) check-local
600 check: check-am
601 all-am: Makefile
602 installdirs:
603 @@ -1496,6 +1497,8 @@ distclean-generic:
604 maintainer-clean-generic:
605 @echo "This command is intended for maintainers to use"
606 @echo "it deletes files that may require special tools to rebuild."
607 +clean: clean-am
608 +
609 clean-am: clean-generic clean-libtool mostlyclean-am
610
611 distclean: distclean-am
612 @@ -1560,32 +1563,27 @@ ps-am:
613
614 uninstall-am:
615
616 -.MAKE: install-am install-strip
617 +.MAKE: check-am install-am install-strip
618
619 -.PHONY: all all-am check check-am clean clean-generic clean-libtool \
620 - cscopelist-am ctags-am distclean distclean-generic \
621 - distclean-libtool distdir dvi dvi-am html html-am info info-am \
622 - install install-am install-data install-data-am install-dvi \
623 - install-dvi-am install-exec install-exec-am install-html \
624 - install-html-am install-info install-info-am install-man \
625 - install-pdf install-pdf-am install-ps install-ps-am \
626 - install-strip installcheck installcheck-am installdirs \
627 - maintainer-clean maintainer-clean-generic mostlyclean \
628 - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
629 - tags-am uninstall uninstall-am
630 +.PHONY: all all-am check check-am check-local clean clean-generic \
631 + clean-libtool cscopelist-am ctags-am distclean \
632 + distclean-generic distclean-libtool distdir dvi dvi-am html \
633 + html-am info info-am install install-am install-data \
634 + install-data-am install-dvi install-dvi-am install-exec \
635 + install-exec-am install-html install-html-am install-info \
636 + install-info-am install-man install-pdf install-pdf-am \
637 + install-ps install-ps-am install-strip installcheck \
638 + installcheck-am installdirs maintainer-clean \
639 + maintainer-clean-generic mostlyclean mostlyclean-generic \
640 + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
641 + uninstall-am
642
643 .PRECIOUS: Makefile
644
645
646 -all: check
647 -
648 -test check:
649 +check-local:
650 $(Q)$(s)/dotest
651
652 -clean:
653 -
654 -.PHONY: all check clean test
655 -
656 # Tell versions [3.59,3.63) of GNU make to not export all variables.
657 # Otherwise a system limit (for SysV at least) may be exceeded.
658 .NOEXPORT:
659
660 diff --git a/tests/qlist/Makefile.am b/tests/qlist/Makefile.am
661 index c11580d..2487807 100644
662 --- a/tests/qlist/Makefile.am
663 +++ b/tests/qlist/Makefile.am
664 @@ -1,11 +1,5 @@
665 this_subdir = tests/qlist
666 s = $(abs_top_srcdir)/$(this_subdir)
667
668 -all: check
669 -
670 -test check:
671 +check-local:
672 $(Q)$(s)/dotest
673 -
674 -clean:
675 -
676 -.PHONY: all check clean test
677
678 diff --git a/tests/qlist/Makefile.in b/tests/qlist/Makefile.in
679 index 9383ea8..1428294 100644
680 --- a/tests/qlist/Makefile.in
681 +++ b/tests/qlist/Makefile.in
682 @@ -1463,6 +1463,7 @@ distdir: $(DISTFILES)
683 fi; \
684 done
685 check-am: all-am
686 + $(MAKE) $(AM_MAKEFLAGS) check-local
687 check: check-am
688 all-am: Makefile
689 installdirs:
690 @@ -1496,6 +1497,8 @@ distclean-generic:
691 maintainer-clean-generic:
692 @echo "This command is intended for maintainers to use"
693 @echo "it deletes files that may require special tools to rebuild."
694 +clean: clean-am
695 +
696 clean-am: clean-generic clean-libtool mostlyclean-am
697
698 distclean: distclean-am
699 @@ -1560,32 +1563,27 @@ ps-am:
700
701 uninstall-am:
702
703 -.MAKE: install-am install-strip
704 +.MAKE: check-am install-am install-strip
705
706 -.PHONY: all all-am check check-am clean clean-generic clean-libtool \
707 - cscopelist-am ctags-am distclean distclean-generic \
708 - distclean-libtool distdir dvi dvi-am html html-am info info-am \
709 - install install-am install-data install-data-am install-dvi \
710 - install-dvi-am install-exec install-exec-am install-html \
711 - install-html-am install-info install-info-am install-man \
712 - install-pdf install-pdf-am install-ps install-ps-am \
713 - install-strip installcheck installcheck-am installdirs \
714 - maintainer-clean maintainer-clean-generic mostlyclean \
715 - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
716 - tags-am uninstall uninstall-am
717 +.PHONY: all all-am check check-am check-local clean clean-generic \
718 + clean-libtool cscopelist-am ctags-am distclean \
719 + distclean-generic distclean-libtool distdir dvi dvi-am html \
720 + html-am info info-am install install-am install-data \
721 + install-data-am install-dvi install-dvi-am install-exec \
722 + install-exec-am install-html install-html-am install-info \
723 + install-info-am install-man install-pdf install-pdf-am \
724 + install-ps install-ps-am install-strip installcheck \
725 + installcheck-am installdirs maintainer-clean \
726 + maintainer-clean-generic mostlyclean mostlyclean-generic \
727 + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
728 + uninstall-am
729
730 .PRECIOUS: Makefile
731
732
733 -all: check
734 -
735 -test check:
736 +check-local:
737 $(Q)$(s)/dotest
738
739 -clean:
740 -
741 -.PHONY: all check clean test
742 -
743 # Tell versions [3.59,3.63) of GNU make to not export all variables.
744 # Otherwise a system limit (for SysV at least) may be exceeded.
745 .NOEXPORT:
746
747 diff --git a/tests/qlop/Makefile.am b/tests/qlop/Makefile.am
748 index f562ac4..6037998 100644
749 --- a/tests/qlop/Makefile.am
750 +++ b/tests/qlop/Makefile.am
751 @@ -1,11 +1,5 @@
752 this_subdir = tests/qlop
753 s = $(abs_top_srcdir)/$(this_subdir)
754
755 -all: check
756 -
757 -test check:
758 +check-local:
759 $(Q)$(s)/dotest
760 -
761 -clean:
762 -
763 -.PHONY: all check clean test
764
765 diff --git a/tests/qlop/Makefile.in b/tests/qlop/Makefile.in
766 index 7ff580b..80e3c94 100644
767 --- a/tests/qlop/Makefile.in
768 +++ b/tests/qlop/Makefile.in
769 @@ -1463,6 +1463,7 @@ distdir: $(DISTFILES)
770 fi; \
771 done
772 check-am: all-am
773 + $(MAKE) $(AM_MAKEFLAGS) check-local
774 check: check-am
775 all-am: Makefile
776 installdirs:
777 @@ -1496,6 +1497,8 @@ distclean-generic:
778 maintainer-clean-generic:
779 @echo "This command is intended for maintainers to use"
780 @echo "it deletes files that may require special tools to rebuild."
781 +clean: clean-am
782 +
783 clean-am: clean-generic clean-libtool mostlyclean-am
784
785 distclean: distclean-am
786 @@ -1560,32 +1563,27 @@ ps-am:
787
788 uninstall-am:
789
790 -.MAKE: install-am install-strip
791 +.MAKE: check-am install-am install-strip
792
793 -.PHONY: all all-am check check-am clean clean-generic clean-libtool \
794 - cscopelist-am ctags-am distclean distclean-generic \
795 - distclean-libtool distdir dvi dvi-am html html-am info info-am \
796 - install install-am install-data install-data-am install-dvi \
797 - install-dvi-am install-exec install-exec-am install-html \
798 - install-html-am install-info install-info-am install-man \
799 - install-pdf install-pdf-am install-ps install-ps-am \
800 - install-strip installcheck installcheck-am installdirs \
801 - maintainer-clean maintainer-clean-generic mostlyclean \
802 - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
803 - tags-am uninstall uninstall-am
804 +.PHONY: all all-am check check-am check-local clean clean-generic \
805 + clean-libtool cscopelist-am ctags-am distclean \
806 + distclean-generic distclean-libtool distdir dvi dvi-am html \
807 + html-am info info-am install install-am install-data \
808 + install-data-am install-dvi install-dvi-am install-exec \
809 + install-exec-am install-html install-html-am install-info \
810 + install-info-am install-man install-pdf install-pdf-am \
811 + install-ps install-ps-am install-strip installcheck \
812 + installcheck-am installdirs maintainer-clean \
813 + maintainer-clean-generic mostlyclean mostlyclean-generic \
814 + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
815 + uninstall-am
816
817 .PRECIOUS: Makefile
818
819
820 -all: check
821 -
822 -test check:
823 +check-local:
824 $(Q)$(s)/dotest
825
826 -clean:
827 -
828 -.PHONY: all check clean test
829 -
830 # Tell versions [3.59,3.63) of GNU make to not export all variables.
831 # Otherwise a system limit (for SysV at least) may be exceeded.
832 .NOEXPORT:
833
834 diff --git a/tests/qmerge/Makefile.am b/tests/qmerge/Makefile.am
835 index 409de42..62ca5d2 100644
836 --- a/tests/qmerge/Makefile.am
837 +++ b/tests/qmerge/Makefile.am
838 @@ -4,16 +4,10 @@ s = $(abs_top_srcdir)/$(this_subdir)
839 PKGDIR = $(s)/packages
840 PACKAGES = $(PKGDIR)/Packages
841
842 -all: test
843 -
844 -test check: $(PACKAGES)
845 +check-local: $(PACKAGES)
846 $(Q)$(s)/dotest
847
848 # Ignore failures to pass tests on non-Gentoo hosts.
849 # Hopefully we don't hit real failures on Gentoo systems ...
850 $(PACKAGES): $(wildcard $(PKGDIR)/*/*.tbz2)
851 PKGDIR=$(PKGDIR) emaint binhost -f || :
852 -
853 -clean:
854 -
855 -.PHONY: all check clean test
856
857 diff --git a/tests/qmerge/Makefile.in b/tests/qmerge/Makefile.in
858 index 04b975f..9e17f28 100644
859 --- a/tests/qmerge/Makefile.in
860 +++ b/tests/qmerge/Makefile.in
861 @@ -1465,6 +1465,7 @@ distdir: $(DISTFILES)
862 fi; \
863 done
864 check-am: all-am
865 + $(MAKE) $(AM_MAKEFLAGS) check-local
866 check: check-am
867 all-am: Makefile
868 installdirs:
869 @@ -1498,6 +1499,8 @@ distclean-generic:
870 maintainer-clean-generic:
871 @echo "This command is intended for maintainers to use"
872 @echo "it deletes files that may require special tools to rebuild."
873 +clean: clean-am
874 +
875 clean-am: clean-generic clean-libtool mostlyclean-am
876
877 distclean: distclean-am
878 @@ -1562,26 +1565,25 @@ ps-am:
879
880 uninstall-am:
881
882 -.MAKE: install-am install-strip
883 +.MAKE: check-am install-am install-strip
884
885 -.PHONY: all all-am check check-am clean clean-generic clean-libtool \
886 - cscopelist-am ctags-am distclean distclean-generic \
887 - distclean-libtool distdir dvi dvi-am html html-am info info-am \
888 - install install-am install-data install-data-am install-dvi \
889 - install-dvi-am install-exec install-exec-am install-html \
890 - install-html-am install-info install-info-am install-man \
891 - install-pdf install-pdf-am install-ps install-ps-am \
892 - install-strip installcheck installcheck-am installdirs \
893 - maintainer-clean maintainer-clean-generic mostlyclean \
894 - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
895 - tags-am uninstall uninstall-am
896 +.PHONY: all all-am check check-am check-local clean clean-generic \
897 + clean-libtool cscopelist-am ctags-am distclean \
898 + distclean-generic distclean-libtool distdir dvi dvi-am html \
899 + html-am info info-am install install-am install-data \
900 + install-data-am install-dvi install-dvi-am install-exec \
901 + install-exec-am install-html install-html-am install-info \
902 + install-info-am install-man install-pdf install-pdf-am \
903 + install-ps install-ps-am install-strip installcheck \
904 + installcheck-am installdirs maintainer-clean \
905 + maintainer-clean-generic mostlyclean mostlyclean-generic \
906 + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
907 + uninstall-am
908
909 .PRECIOUS: Makefile
910
911
912 -all: test
913 -
914 -test check: $(PACKAGES)
915 +check-local: $(PACKAGES)
916 $(Q)$(s)/dotest
917
918 # Ignore failures to pass tests on non-Gentoo hosts.
919 @@ -1589,10 +1591,6 @@ test check: $(PACKAGES)
920 $(PACKAGES): $(wildcard $(PKGDIR)/*/*.tbz2)
921 PKGDIR=$(PKGDIR) emaint binhost -f || :
922
923 -clean:
924 -
925 -.PHONY: all check clean test
926 -
927 # Tell versions [3.59,3.63) of GNU make to not export all variables.
928 # Otherwise a system limit (for SysV at least) may be exceeded.
929 .NOEXPORT:
930
931 diff --git a/tests/qtbz2/Makefile.am b/tests/qtbz2/Makefile.am
932 index 57bb235..27f4250 100644
933 --- a/tests/qtbz2/Makefile.am
934 +++ b/tests/qtbz2/Makefile.am
935 @@ -1,11 +1,5 @@
936 this_subdir = tests/qtbz2
937 s = $(abs_top_srcdir)/$(this_subdir)
938
939 -all: check
940 -
941 -test check:
942 +check-local:
943 $(Q)$(s)/dotest
944 -
945 -clean:
946 -
947 -.PHONY: all check clean test
948
949 diff --git a/tests/qtbz2/Makefile.in b/tests/qtbz2/Makefile.in
950 index 6e36124..30fb964 100644
951 --- a/tests/qtbz2/Makefile.in
952 +++ b/tests/qtbz2/Makefile.in
953 @@ -1463,6 +1463,7 @@ distdir: $(DISTFILES)
954 fi; \
955 done
956 check-am: all-am
957 + $(MAKE) $(AM_MAKEFLAGS) check-local
958 check: check-am
959 all-am: Makefile
960 installdirs:
961 @@ -1496,6 +1497,8 @@ distclean-generic:
962 maintainer-clean-generic:
963 @echo "This command is intended for maintainers to use"
964 @echo "it deletes files that may require special tools to rebuild."
965 +clean: clean-am
966 +
967 clean-am: clean-generic clean-libtool mostlyclean-am
968
969 distclean: distclean-am
970 @@ -1560,32 +1563,27 @@ ps-am:
971
972 uninstall-am:
973
974 -.MAKE: install-am install-strip
975 +.MAKE: check-am install-am install-strip
976
977 -.PHONY: all all-am check check-am clean clean-generic clean-libtool \
978 - cscopelist-am ctags-am distclean distclean-generic \
979 - distclean-libtool distdir dvi dvi-am html html-am info info-am \
980 - install install-am install-data install-data-am install-dvi \
981 - install-dvi-am install-exec install-exec-am install-html \
982 - install-html-am install-info install-info-am install-man \
983 - install-pdf install-pdf-am install-ps install-ps-am \
984 - install-strip installcheck installcheck-am installdirs \
985 - maintainer-clean maintainer-clean-generic mostlyclean \
986 - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
987 - tags-am uninstall uninstall-am
988 +.PHONY: all all-am check check-am check-local clean clean-generic \
989 + clean-libtool cscopelist-am ctags-am distclean \
990 + distclean-generic distclean-libtool distdir dvi dvi-am html \
991 + html-am info info-am install install-am install-data \
992 + install-data-am install-dvi install-dvi-am install-exec \
993 + install-exec-am install-html install-html-am install-info \
994 + install-info-am install-man install-pdf install-pdf-am \
995 + install-ps install-ps-am install-strip installcheck \
996 + installcheck-am installdirs maintainer-clean \
997 + maintainer-clean-generic mostlyclean mostlyclean-generic \
998 + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
999 + uninstall-am
1000
1001 .PRECIOUS: Makefile
1002
1003
1004 -all: check
1005 -
1006 -test check:
1007 +check-local:
1008 $(Q)$(s)/dotest
1009
1010 -clean:
1011 -
1012 -.PHONY: all check clean test
1013 -
1014 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1015 # Otherwise a system limit (for SysV at least) may be exceeded.
1016 .NOEXPORT:
1017
1018 diff --git a/tests/quse/Makefile.am b/tests/quse/Makefile.am
1019 index cf3e7aa..5728057 100644
1020 --- a/tests/quse/Makefile.am
1021 +++ b/tests/quse/Makefile.am
1022 @@ -2,12 +2,8 @@ this_subdir = tests/quse
1023 b = $(abs_top_builddir)/$(this_subdir)
1024 s = $(abs_top_srcdir)/$(this_subdir)
1025
1026 -all: check
1027 -
1028 -test check:
1029 +check-local:
1030 $(Q)$(s)/dotest
1031
1032 -clean:
1033 +clean-local:
1034 rm -f $(b)/PORTDIR-* $(b)/*.squashfs
1035 -
1036 -.PHONY: all check clean test
1037
1038 diff --git a/tests/quse/Makefile.in b/tests/quse/Makefile.in
1039 index 04109fe..bcb7f36 100644
1040 --- a/tests/quse/Makefile.in
1041 +++ b/tests/quse/Makefile.in
1042 @@ -1464,6 +1464,7 @@ distdir: $(DISTFILES)
1043 fi; \
1044 done
1045 check-am: all-am
1046 + $(MAKE) $(AM_MAKEFLAGS) check-local
1047 check: check-am
1048 all-am: Makefile
1049 installdirs:
1050 @@ -1497,7 +1498,9 @@ distclean-generic:
1051 maintainer-clean-generic:
1052 @echo "This command is intended for maintainers to use"
1053 @echo "it deletes files that may require special tools to rebuild."
1054 -clean-am: clean-generic clean-libtool mostlyclean-am
1055 +clean: clean-am
1056 +
1057 +clean-am: clean-generic clean-libtool clean-local mostlyclean-am
1058
1059 distclean: distclean-am
1060 -rm -f Makefile
1061 @@ -1561,33 +1564,30 @@ ps-am:
1062
1063 uninstall-am:
1064
1065 -.MAKE: install-am install-strip
1066 +.MAKE: check-am install-am install-strip
1067
1068 -.PHONY: all all-am check check-am clean clean-generic clean-libtool \
1069 - cscopelist-am ctags-am distclean distclean-generic \
1070 - distclean-libtool distdir dvi dvi-am html html-am info info-am \
1071 - install install-am install-data install-data-am install-dvi \
1072 - install-dvi-am install-exec install-exec-am install-html \
1073 - install-html-am install-info install-info-am install-man \
1074 - install-pdf install-pdf-am install-ps install-ps-am \
1075 - install-strip installcheck installcheck-am installdirs \
1076 - maintainer-clean maintainer-clean-generic mostlyclean \
1077 - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1078 - tags-am uninstall uninstall-am
1079 +.PHONY: all all-am check check-am check-local clean clean-generic \
1080 + clean-libtool clean-local cscopelist-am ctags-am distclean \
1081 + distclean-generic distclean-libtool distdir dvi dvi-am html \
1082 + html-am info info-am install install-am install-data \
1083 + install-data-am install-dvi install-dvi-am install-exec \
1084 + install-exec-am install-html install-html-am install-info \
1085 + install-info-am install-man install-pdf install-pdf-am \
1086 + install-ps install-ps-am install-strip installcheck \
1087 + installcheck-am installdirs maintainer-clean \
1088 + maintainer-clean-generic mostlyclean mostlyclean-generic \
1089 + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
1090 + uninstall-am
1091
1092 .PRECIOUS: Makefile
1093
1094
1095 -all: check
1096 -
1097 -test check:
1098 +check-local:
1099 $(Q)$(s)/dotest
1100
1101 -clean:
1102 +clean-local:
1103 rm -f $(b)/PORTDIR-* $(b)/*.squashfs
1104
1105 -.PHONY: all check clean test
1106 -
1107 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1108 # Otherwise a system limit (for SysV at least) may be exceeded.
1109 .NOEXPORT:
1110
1111 diff --git a/tests/qxpak/Makefile.am b/tests/qxpak/Makefile.am
1112 index b143170..0432171 100644
1113 --- a/tests/qxpak/Makefile.am
1114 +++ b/tests/qxpak/Makefile.am
1115 @@ -1,11 +1,5 @@
1116 this_subdir = tests/qxpak
1117 s = $(abs_top_srcdir)/$(this_subdir)
1118
1119 -all: check
1120 -
1121 -test check:
1122 +check-local:
1123 $(Q)$(s)/dotest
1124 -
1125 -clean:
1126 -
1127 -.PHONY: all check clean test
1128
1129 diff --git a/tests/qxpak/Makefile.in b/tests/qxpak/Makefile.in
1130 index a53a8da..bc085d5 100644
1131 --- a/tests/qxpak/Makefile.in
1132 +++ b/tests/qxpak/Makefile.in
1133 @@ -1463,6 +1463,7 @@ distdir: $(DISTFILES)
1134 fi; \
1135 done
1136 check-am: all-am
1137 + $(MAKE) $(AM_MAKEFLAGS) check-local
1138 check: check-am
1139 all-am: Makefile
1140 installdirs:
1141 @@ -1496,6 +1497,8 @@ distclean-generic:
1142 maintainer-clean-generic:
1143 @echo "This command is intended for maintainers to use"
1144 @echo "it deletes files that may require special tools to rebuild."
1145 +clean: clean-am
1146 +
1147 clean-am: clean-generic clean-libtool mostlyclean-am
1148
1149 distclean: distclean-am
1150 @@ -1560,32 +1563,27 @@ ps-am:
1151
1152 uninstall-am:
1153
1154 -.MAKE: install-am install-strip
1155 +.MAKE: check-am install-am install-strip
1156
1157 -.PHONY: all all-am check check-am clean clean-generic clean-libtool \
1158 - cscopelist-am ctags-am distclean distclean-generic \
1159 - distclean-libtool distdir dvi dvi-am html html-am info info-am \
1160 - install install-am install-data install-data-am install-dvi \
1161 - install-dvi-am install-exec install-exec-am install-html \
1162 - install-html-am install-info install-info-am install-man \
1163 - install-pdf install-pdf-am install-ps install-ps-am \
1164 - install-strip installcheck installcheck-am installdirs \
1165 - maintainer-clean maintainer-clean-generic mostlyclean \
1166 - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1167 - tags-am uninstall uninstall-am
1168 +.PHONY: all all-am check check-am check-local clean clean-generic \
1169 + clean-libtool cscopelist-am ctags-am distclean \
1170 + distclean-generic distclean-libtool distdir dvi dvi-am html \
1171 + html-am info info-am install install-am install-data \
1172 + install-data-am install-dvi install-dvi-am install-exec \
1173 + install-exec-am install-html install-html-am install-info \
1174 + install-info-am install-man install-pdf install-pdf-am \
1175 + install-ps install-ps-am install-strip installcheck \
1176 + installcheck-am installdirs maintainer-clean \
1177 + maintainer-clean-generic mostlyclean mostlyclean-generic \
1178 + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
1179 + uninstall-am
1180
1181 .PRECIOUS: Makefile
1182
1183
1184 -all: check
1185 -
1186 -test check:
1187 +check-local:
1188 $(Q)$(s)/dotest
1189
1190 -clean:
1191 -
1192 -.PHONY: all check clean test
1193 -
1194 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1195 # Otherwise a system limit (for SysV at least) may be exceeded.
1196 .NOEXPORT:
1197
1198 diff --git a/tests/reinitialize/Makefile.am b/tests/reinitialize/Makefile.am
1199 index 975a1fc..ef9ed72 100644
1200 --- a/tests/reinitialize/Makefile.am
1201 +++ b/tests/reinitialize/Makefile.am
1202 @@ -1,11 +1,5 @@
1203 this_subdir = tests/reinitialize
1204 s = $(abs_top_srcdir)/$(this_subdir)
1205
1206 -all: check
1207 -
1208 -test check:
1209 +check-local:
1210 $(Q)$(s)/dotest
1211 -
1212 -clean:
1213 -
1214 -.PHONY: all check clean test
1215
1216 diff --git a/tests/reinitialize/Makefile.in b/tests/reinitialize/Makefile.in
1217 index 98e2831..d454119 100644
1218 --- a/tests/reinitialize/Makefile.in
1219 +++ b/tests/reinitialize/Makefile.in
1220 @@ -1463,6 +1463,7 @@ distdir: $(DISTFILES)
1221 fi; \
1222 done
1223 check-am: all-am
1224 + $(MAKE) $(AM_MAKEFLAGS) check-local
1225 check: check-am
1226 all-am: Makefile
1227 installdirs:
1228 @@ -1496,6 +1497,8 @@ distclean-generic:
1229 maintainer-clean-generic:
1230 @echo "This command is intended for maintainers to use"
1231 @echo "it deletes files that may require special tools to rebuild."
1232 +clean: clean-am
1233 +
1234 clean-am: clean-generic clean-libtool mostlyclean-am
1235
1236 distclean: distclean-am
1237 @@ -1560,32 +1563,27 @@ ps-am:
1238
1239 uninstall-am:
1240
1241 -.MAKE: install-am install-strip
1242 +.MAKE: check-am install-am install-strip
1243
1244 -.PHONY: all all-am check check-am clean clean-generic clean-libtool \
1245 - cscopelist-am ctags-am distclean distclean-generic \
1246 - distclean-libtool distdir dvi dvi-am html html-am info info-am \
1247 - install install-am install-data install-data-am install-dvi \
1248 - install-dvi-am install-exec install-exec-am install-html \
1249 - install-html-am install-info install-info-am install-man \
1250 - install-pdf install-pdf-am install-ps install-ps-am \
1251 - install-strip installcheck installcheck-am installdirs \
1252 - maintainer-clean maintainer-clean-generic mostlyclean \
1253 - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1254 - tags-am uninstall uninstall-am
1255 +.PHONY: all all-am check check-am check-local clean clean-generic \
1256 + clean-libtool cscopelist-am ctags-am distclean \
1257 + distclean-generic distclean-libtool distdir dvi dvi-am html \
1258 + html-am info info-am install install-am install-data \
1259 + install-data-am install-dvi install-dvi-am install-exec \
1260 + install-exec-am install-html install-html-am install-info \
1261 + install-info-am install-man install-pdf install-pdf-am \
1262 + install-ps install-ps-am install-strip installcheck \
1263 + installcheck-am installdirs maintainer-clean \
1264 + maintainer-clean-generic mostlyclean mostlyclean-generic \
1265 + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
1266 + uninstall-am
1267
1268 .PRECIOUS: Makefile
1269
1270
1271 -all: check
1272 -
1273 -test check:
1274 +check-local:
1275 $(Q)$(s)/dotest
1276
1277 -clean:
1278 -
1279 -.PHONY: all check clean test
1280 -
1281 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1282 # Otherwise a system limit (for SysV at least) may be exceeded.
1283 .NOEXPORT:
1284
1285 diff --git a/tests/source/Makefile.am b/tests/source/Makefile.am
1286 index 7d07475..10bd83c 100644
1287 --- a/tests/source/Makefile.am
1288 +++ b/tests/source/Makefile.am
1289 @@ -1,11 +1,5 @@
1290 this_subdir = tests/source
1291 s = $(abs_top_srcdir)/$(this_subdir)
1292
1293 -all: check
1294 -
1295 -test check:
1296 +check-local:
1297 $(Q)$(s)/dotest
1298 -
1299 -clean:
1300 -
1301 -.PHONY: all check clean test
1302
1303 diff --git a/tests/source/Makefile.in b/tests/source/Makefile.in
1304 index 5fc266b..3030490 100644
1305 --- a/tests/source/Makefile.in
1306 +++ b/tests/source/Makefile.in
1307 @@ -1463,6 +1463,7 @@ distdir: $(DISTFILES)
1308 fi; \
1309 done
1310 check-am: all-am
1311 + $(MAKE) $(AM_MAKEFLAGS) check-local
1312 check: check-am
1313 all-am: Makefile
1314 installdirs:
1315 @@ -1496,6 +1497,8 @@ distclean-generic:
1316 maintainer-clean-generic:
1317 @echo "This command is intended for maintainers to use"
1318 @echo "it deletes files that may require special tools to rebuild."
1319 +clean: clean-am
1320 +
1321 clean-am: clean-generic clean-libtool mostlyclean-am
1322
1323 distclean: distclean-am
1324 @@ -1560,32 +1563,27 @@ ps-am:
1325
1326 uninstall-am:
1327
1328 -.MAKE: install-am install-strip
1329 +.MAKE: check-am install-am install-strip
1330
1331 -.PHONY: all all-am check check-am clean clean-generic clean-libtool \
1332 - cscopelist-am ctags-am distclean distclean-generic \
1333 - distclean-libtool distdir dvi dvi-am html html-am info info-am \
1334 - install install-am install-data install-data-am install-dvi \
1335 - install-dvi-am install-exec install-exec-am install-html \
1336 - install-html-am install-info install-info-am install-man \
1337 - install-pdf install-pdf-am install-ps install-ps-am \
1338 - install-strip installcheck installcheck-am installdirs \
1339 - maintainer-clean maintainer-clean-generic mostlyclean \
1340 - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1341 - tags-am uninstall uninstall-am
1342 +.PHONY: all all-am check check-am check-local clean clean-generic \
1343 + clean-libtool cscopelist-am ctags-am distclean \
1344 + distclean-generic distclean-libtool distdir dvi dvi-am html \
1345 + html-am info info-am install install-am install-data \
1346 + install-data-am install-dvi install-dvi-am install-exec \
1347 + install-exec-am install-html install-html-am install-info \
1348 + install-info-am install-man install-pdf install-pdf-am \
1349 + install-ps install-ps-am install-strip installcheck \
1350 + installcheck-am installdirs maintainer-clean \
1351 + maintainer-clean-generic mostlyclean mostlyclean-generic \
1352 + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
1353 + uninstall-am
1354
1355 .PRECIOUS: Makefile
1356
1357
1358 -all: check
1359 -
1360 -test check:
1361 +check-local:
1362 $(Q)$(s)/dotest
1363
1364 -clean:
1365 -
1366 -.PHONY: all check clean test
1367 -
1368 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1369 # Otherwise a system limit (for SysV at least) may be exceeded.
1370 .NOEXPORT: