tests: fix help-version on cygwin, where $EXEEXT is nonempty
[coreutils/ericb.git] / tests / Makefile.am
blob74ff4702ce1e17b673015d35803c0e71cf6b0c4c
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-.
3 # Sort in traditional ASCII order, regardless of the current locale;
4 # otherwise we may get into trouble with distinct strings that the
5 # current locale considers to be equal.
6 ASSORT = LC_ALL=C sort
8 EXTRA_DIST =            \
9   Coreutils.pm          \
10   CuSkip.pm             \
11   CuTmpdir.pm           \
12   check.mk              \
13   d_type-check          \
14   envvar-check          \
15   filefrag-extent-compare \
16   fiemap-capable        \
17   init.cfg              \
18   init.sh               \
19   lang-default          \
20   other-fs-tmpdir       \
21   sample-test           \
22   shell-or-perl         \
23   $(pr_data)
25 root_tests =                                    \
26   chown/basic                                   \
27   cp/cp-a-selinux                               \
28   cp/preserve-gid                               \
29   cp/special-bits                               \
30   cp/cp-mv-enotsup-xattr                        \
31   cp/capability                                 \
32   cp/sparse-fiemap                              \
33   dd/skip-seek-past-dev                         \
34   install/install-C-root                        \
35   ls/capability                                 \
36   ls/nameless-uid                               \
37   misc/chcon                                    \
38   misc/chroot-credentials                       \
39   misc/selinux                                  \
40   misc/truncate-owned-by-other                  \
41   mkdir/writable-under-readonly                 \
42   mv/sticky-to-xpart                            \
43   rm/fail-2eperm                                \
44   rm/no-give-up                                 \
45   rm/one-file-system                            \
46   rm/read-only                                  \
47   tail-2/append-only                            \
48   touch/now-owned-by-other
50 .PHONY: check-root
51 check-root:
52         $(MAKE) check TESTS='$(root_tests)'
54 check-recursive: root-hint
56 # Advertise 'check-root' target.
57 .PHONY: root-hint
58 root-hint:
59         @echo '***********************************************************'
60         @echo "NOTICE: Some tests may be run only as root."
61         @echo "  See the 'Running tests as root' section in README."
62         @echo '***********************************************************'
64 EXTRA_DIST += $(TESTS)
66 # Do not choose a name that is a shell keyword like 'if', or a
67 # commonly-used utility like 'cat' or 'test', as the name of a test.
68 # Otherwise, VPATH builds will fail on hosts like Solaris, since they
69 # will expand 'if test ...' to 'if .../test ...', and the '.../test'
70 # will execute the test script rather than the standard utility.
72 # Notes on the ordering of these tests:
73 # Place early in the list tests of the tools that
74 # are most commonly used in test scripts themselves.
75 # E.g., nearly every test script uses rm and chmod.
76 # help-version comes early because it's a basic sanity test.
77 # Put seq early, since lots of other tests use it.
78 # Put tests that sleep early, but not all together, so in parallel builds
79 # they share time with tests that burn CPU, not with others that sleep.
80 # Put head-elide-tail early, because it's long-running.
82 TESTS =                                         \
83   misc/help-version                             \
84   tail-2/inotify-race                           \
85   misc/invalid-opt                              \
86   rm/ext3-perf                                  \
87   rm/cycle                                      \
88   cp/link-heap                                  \
89   tail-2/inotify-hash-abuse                     \
90   tail-2/inotify-hash-abuse2                    \
91   tail-2/F-vs-missing                           \
92   tail-2/F-vs-rename                            \
93   tail-2/inotify-rotate                         \
94   chmod/no-x                                    \
95   chgrp/basic                                   \
96   rm/dangling-symlink                           \
97   misc/ls-time                                  \
98   rm/deep-1                                     \
99   rm/deep-2                                     \
100   rm/dir-no-w                                   \
101   rm/dir-nonrecur                               \
102   rm/dot-rel                                    \
103   rm/isatty                                     \
104   rm/empty-inacc                                \
105   rm/empty-name                                 \
106   rm/f-1                                        \
107   rm/fail-eacces                                \
108   rm/fail-eperm                                 \
109   tail-2/assert                                 \
110   rm/hash                                       \
111   rm/i-1                                        \
112   rm/i-never                                    \
113   rm/i-no-r                                     \
114   tail-2/infloop-1                              \
115   rm/ignorable                                  \
116   rm/inaccessible                               \
117   rm/interactive-always                         \
118   rm/interactive-once                           \
119   rm/ir-1                                       \
120   rm/one-file-system2                           \
121   rm/r-1                                        \
122   rm/r-2                                        \
123   rm/r-3                                        \
124   rm/r-4                                        \
125   rm/readdir-bug                                \
126   rm/rm1                                        \
127   touch/empty-file                              \
128   rm/rm2                                        \
129   rm/rm3                                        \
130   rm/rm4                                        \
131   rm/rm5                                        \
132   rm/sunos-1                                    \
133   rm/unread2                                    \
134   rm/unread3                                    \
135   rm/unreadable                                 \
136   rm/v-slash                                    \
137   rm/many-dir-entries-vs-OOM                    \
138   chgrp/default-no-deref                        \
139   chgrp/deref                                   \
140   chgrp/no-x                                    \
141   chgrp/posix-H                                 \
142   chgrp/recurse                                 \
143   misc/env                                      \
144   misc/ptx                                      \
145   misc/test                                     \
146   misc/seq                                      \
147   misc/seq-long-double                          \
148   misc/head                                     \
149   misc/head-elide-tail                          \
150   tail-2/tail-n0f                               \
151   misc/ls-misc                                  \
152   misc/date                                     \
153   misc/date-next-dow                            \
154   misc/ptx-overrun                              \
155   misc/xstrtol                                  \
156   tail-2/pid                                    \
157   misc/od                                       \
158   misc/od-float                                 \
159   misc/mktemp                                   \
160   misc/arch                                     \
161   misc/pr                                       \
162   misc/join                                     \
163   pr/pr-tests                                   \
164   misc/df-P                                     \
165   misc/pwd-option                               \
166   misc/chcon-fail                               \
167   misc/cut                                      \
168   misc/wc                                       \
169   misc/wc-files0-from                           \
170   misc/wc-files0                                \
171   misc/wc-parallel                              \
172   misc/cat-proc                                 \
173   misc/cat-buf                                  \
174   misc/base64                                   \
175   misc/basename                                 \
176   misc/close-stdout                             \
177   misc/chroot-fail                              \
178   misc/comm                                     \
179   misc/csplit                                   \
180   misc/csplit-1000                              \
181   misc/csplit-heap                              \
182   misc/date-sec                                 \
183   misc/dircolors                                \
184   misc/df                                       \
185   misc/dirname                                  \
186   misc/env-null                                 \
187   misc/expand                                   \
188   misc/expr                                     \
189   misc/factor                                   \
190   misc/false-status                             \
191   misc/fmt                                      \
192   misc/fmt-long-line                            \
193   misc/fold                                     \
194   misc/groups-dash                              \
195   misc/groups-version                           \
196   misc/head-c                                   \
197   misc/head-pos                                 \
198   misc/id-context                               \
199   misc/id-groups                                \
200   misc/md5sum                                   \
201   misc/md5sum-bsd                               \
202   misc/md5sum-newline                           \
203   misc/md5sum-parallel                          \
204   misc/mknod                                    \
205   misc/nice                                     \
206   misc/nice-fail                                \
207   misc/nl                                       \
208   misc/nohup                                    \
209   misc/nproc-avail                              \
210   misc/nproc-positive                           \
211   misc/od-N                                     \
212   misc/od-multiple-t                            \
213   misc/od-x8                                    \
214   misc/paste                                    \
215   misc/pathchk1                                 \
216   misc/printenv                                 \
217   misc/printf                                   \
218   misc/printf-cov                               \
219   misc/printf-hex                               \
220   misc/printf-surprise                          \
221   misc/pwd-long                                 \
222   misc/readlink-fp-loop                         \
223   misc/realpath                                 \
224   misc/runcon-no-reorder                        \
225   misc/sha1sum                                  \
226   misc/sha1sum-vec                              \
227   misc/sha224sum                                \
228   misc/sha256sum                                \
229   misc/sha384sum                                \
230   misc/sha512sum                                \
231   misc/shred-exact                              \
232   misc/shred-passes                             \
233   misc/shred-remove                             \
234   misc/shuf                                     \
235   misc/sort                                     \
236   misc/sort-benchmark-random                    \
237   misc/sort-compress                            \
238   misc/sort-compress-hang                       \
239   misc/sort-compress-proc                       \
240   misc/sort-continue                            \
241   misc/sort-debug-keys                          \
242   misc/sort-debug-warn                          \
243   misc/sort-files0-from                         \
244   misc/sort-float                               \
245   misc/sort-merge                               \
246   misc/sort-merge-fdlimit                       \
247   misc/sort-month                               \
248   misc/sort-rand                                \
249   misc/sort-spinlock-abuse                      \
250   misc/sort-stale-thread-mem                    \
251   misc/sort-unique                              \
252   misc/sort-unique-segv                         \
253   misc/sort-version                             \
254   misc/sort-NaN-infloop                         \
255   split/filter                                  \
256   split/suffix-length                           \
257   split/additional-suffix                       \
258   split/b-chunk                                 \
259   split/fail                                    \
260   split/lines                                   \
261   split/l-chunk                                 \
262   split/r-chunk                                 \
263   split/numeric                                 \
264   misc/stat-birthtime                           \
265   misc/stat-fmt                                 \
266   misc/stat-hyphen                              \
267   misc/stat-mount                               \
268   misc/stat-nanoseconds                         \
269   misc/stat-printf                              \
270   misc/stat-slash                               \
271   misc/stdbuf                                   \
272   misc/stty                                     \
273   misc/stty-invalid                             \
274   misc/stty-row-col                             \
275   misc/su-fail                                  \
276   misc/sum                                      \
277   misc/sum-sysv                                 \
278   misc/tac                                      \
279   misc/tac-continue                             \
280   misc/tac-2-nonseekable                        \
281   misc/tail                                     \
282   misc/tee                                      \
283   misc/tee-dash                                 \
284   misc/test-diag                                \
285   misc/timeout                                  \
286   misc/timeout-group                            \
287   misc/timeout-parameters                       \
288   misc/tr                                       \
289   misc/tr-case-class                            \
290   misc/truncate-dangling-symlink                \
291   misc/truncate-dir-fail                        \
292   misc/truncate-fail-diag                       \
293   misc/truncate-fifo                            \
294   misc/truncate-no-create-missing               \
295   misc/truncate-overflow                        \
296   misc/truncate-parameters                      \
297   misc/truncate-relative                        \
298   misc/tsort                                    \
299   misc/tty-eof                                  \
300   misc/unexpand                                 \
301   misc/uniq                                     \
302   misc/uniq-perf                                \
303   misc/xattr                                    \
304   tail-2/wait                                   \
305   chmod/c-option                                \
306   chmod/equal-x                                 \
307   chmod/equals                                  \
308   chmod/inaccessible                            \
309   chmod/octal                                   \
310   chmod/setgid                                  \
311   chmod/silent                                  \
312   chmod/thru-dangling                           \
313   chmod/umask-x                                 \
314   chmod/usage                                   \
315   chown/deref                                   \
316   chown/preserve-root                           \
317   chown/separator                               \
318   cp/abuse                                      \
319   cp/acl                                        \
320   cp/backup-1                                   \
321   cp/backup-dir                                 \
322   cp/backup-is-src                              \
323   cp/cp-HL                                      \
324   cp/cp-deref                                   \
325   cp/cp-i                                       \
326   cp/cp-mv-backup                               \
327   cp/cp-parents                                 \
328   cp/deref-slink                                \
329   cp/dir-rm-dest                                \
330   cp/dir-slash                                  \
331   cp/dir-vs-file                                \
332   cp/existing-perm-dir                          \
333   cp/existing-perm-race                         \
334   cp/fail-perm                                  \
335   cp/fiemap-empty                               \
336   cp/fiemap-perf                                \
337   cp/fiemap-2                                   \
338   cp/file-perm-race                             \
339   cp/into-self                                  \
340   cp/link                                       \
341   cp/link-no-deref                              \
342   cp/link-preserve                              \
343   cp/link-symlink                               \
344   cp/no-deref-link1                             \
345   cp/no-deref-link2                             \
346   cp/no-deref-link3                             \
347   cp/parent-perm                                \
348   cp/parent-perm-race                           \
349   cp/perm                                       \
350   cp/preserve-2                                 \
351   cp/preserve-link                              \
352   cp/preserve-slink-time                        \
353   cp/proc-short-read                            \
354   cp/proc-zero-len                              \
355   cp/r-vs-symlink                               \
356   cp/reflink-auto                               \
357   cp/reflink-perm                               \
358   cp/same-file                                  \
359   cp/slink-2-slink                              \
360   cp/sparse                                     \
361   cp/sparse-to-pipe                             \
362   cp/special-f                                  \
363   cp/src-base-dot                               \
364   cp/symlink-slash                              \
365   cp/thru-dangling                              \
366   df/unreadable                                 \
367   dd/direct                                     \
368   dd/misc                                       \
369   dd/nocache                                    \
370   dd/not-rewound                                \
371   dd/reblock                                    \
372   dd/skip-seek                                  \
373   dd/skip-seek2                                 \
374   dd/bytes                                      \
375   dd/skip-seek-past-file                        \
376   dd/stderr                                     \
377   dd/unblock                                    \
378   dd/unblock-sync                               \
379   df/total-verify                               \
380   du/2g                                         \
381   du/8gb                                        \
382   du/basic                                      \
383   du/bigtime                                    \
384   du/deref                                      \
385   du/deref-args                                 \
386   du/exclude                                    \
387   du/fd-leak                                    \
388   du/files0-from                                \
389   du/files0-from-dir                            \
390   du/hard-link                                  \
391   du/inacc-dest                                 \
392   du/inacc-dir                                  \
393   du/inaccessible-cwd                           \
394   du/long-from-unreadable                       \
395   du/long-sloop                                 \
396   du/max-depth                                  \
397   du/move-dir-while-traversing                  \
398   du/no-deref                                   \
399   du/no-x                                       \
400   du/one-file-system                            \
401   du/restore-wd                                 \
402   du/slash                                      \
403   du/slink                                      \
404   du/trailing-slash                             \
405   du/two-args                                   \
406   id/gnu-zero-uids                              \
407   id/no-context                                 \
408   install/basic-1                               \
409   install/create-leading                        \
410   install/d-slashdot                            \
411   install/install-C                             \
412   install/install-C-selinux                     \
413   install/strip-program                         \
414   install/trap                                  \
415   ln/backup-1                                   \
416   ln/hard-backup                                \
417   ln/hard-to-sym                                \
418   ln/misc                                       \
419   ln/sf-1                                       \
420   ln/slash-decorated-nonexistent-dest           \
421   ln/target-1                                   \
422   ls/abmon-align                                \
423   ls/block-size                                 \
424   ls/color-clear-to-eol                         \
425   ls/color-dtype-dir                            \
426   ls/color-norm                                 \
427   ls/dangle                                     \
428   ls/dired                                      \
429   ls/file-type                                  \
430   ls/follow-slink                               \
431   ls/getxattr-speedup                           \
432   ls/infloop                                    \
433   ls/inode                                      \
434   ls/m-option                                   \
435   ls/multihardlink                              \
436   ls/no-arg                                     \
437   ls/no-cap                                     \
438   ls/proc-selinux-segfault                      \
439   ls/readdir-mountpoint-inode                   \
440   ls/recursive                                  \
441   ls/rt-1                                       \
442   ls/slink-acl                                  \
443   ls/stat-dtype                                 \
444   ls/stat-failed                                \
445   ls/stat-free-color                            \
446   ls/stat-free-symlinks                         \
447   ls/stat-vs-dirent                             \
448   ls/symlink-slash                              \
449   ls/time-style-diag                            \
450   ls/x-option                                   \
451   mkdir/p-1                                     \
452   mkdir/p-2                                     \
453   mkdir/p-3                                     \
454   mkdir/p-slashdot                              \
455   mkdir/p-thru-slink                            \
456   mkdir/p-v                                     \
457   mkdir/parents                                 \
458   mkdir/perm                                    \
459   mkdir/selinux                                 \
460   mkdir/special-1                               \
461   mkdir/t-slash                                 \
462   mv/acl                                        \
463   mv/atomic                                     \
464   mv/atomic2                                    \
465   mv/backup-dir                                 \
466   mv/backup-is-src                              \
467   mv/childproof                                 \
468   mv/diag                                       \
469   mv/dir-file                                   \
470   mv/dir2dir                                    \
471   mv/dup-source                                 \
472   mv/force                                      \
473   mv/hard-2                                     \
474   mv/hard-3                                     \
475   mv/hard-4                                     \
476   mv/hard-link-1                                \
477   mv/hard-verbose                               \
478   mv/i-1                                        \
479   mv/i-2                                        \
480   mv/i-3                                        \
481   mv/i-4                                        \
482   mv/i-5                                        \
483   mv/i-link-no                                  \
484   mv/into-self                                  \
485   mv/into-self-2                                \
486   mv/into-self-3                                \
487   mv/into-self-4                                \
488   mv/leak-fd                                    \
489   mv/mv-n                                       \
490   mv/mv-special-1                               \
491   mv/no-target-dir                              \
492   mv/part-fail                                  \
493   mv/part-hardlink                              \
494   mv/part-rename                                \
495   mv/part-symlink                               \
496   mv/partition-perm                             \
497   mv/perm-1                                     \
498   mv/symlink-onto-hardlink                      \
499   mv/symlink-onto-hardlink-to-self              \
500   mv/to-symlink                                 \
501   mv/trailing-slash                             \
502   mv/update                                     \
503   readlink/can-e                                \
504   readlink/can-f                                \
505   readlink/can-m                                \
506   readlink/rl-1                                 \
507   rmdir/fail-perm                               \
508   rmdir/ignore                                  \
509   rmdir/t-slash                                 \
510   tail-2/assert-2                               \
511   tail-2/big-4gb                                \
512   tail-2/flush-initial                          \
513   tail-2/follow-name                            \
514   tail-2/follow-stdin                           \
515   tail-2/pipe-f                                 \
516   tail-2/pipe-f2                                \
517   tail-2/proc-ksyms                             \
518   tail-2/start-middle                           \
519   touch/60-seconds                              \
520   touch/dangling-symlink                        \
521   touch/dir-1                                   \
522   touch/fail-diag                               \
523   touch/fifo                                    \
524   touch/no-create-missing                       \
525   touch/no-dereference                          \
526   touch/no-rights                               \
527   touch/not-owner                               \
528   touch/obsolescent                             \
529   touch/read-only                               \
530   touch/relative                                \
531   touch/trailing-slash                          \
532   $(root_tests)
534 pr_data =                                       \
535   pr/0F                                         \
536   pr/0FF                                        \
537   pr/0FFnt                                      \
538   pr/0FFt                                       \
539   pr/0FnFnt                                     \
540   pr/0FnFt                                      \
541   pr/0Fnt                                       \
542   pr/0Ft                                        \
543   pr/2-S_f-t_notab                              \
544   pr/2-Sf-t_notab                               \
545   pr/2f-t_notab                                 \
546   pr/2s_f-t_notab                               \
547   pr/2s_w60f-t_nota                             \
548   pr/2sf-t_notab                                \
549   pr/2sw60f-t_notab                             \
550   pr/2w60f-t_notab                              \
551   pr/3-0F                                       \
552   pr/3-5l24f-t                                  \
553   pr/3-FF                                       \
554   pr/3a2l17-FF                                  \
555   pr/3a3f-0F                                    \
556   pr/3a3l15-t                                   \
557   pr/3a3l15f-t                                  \
558   pr/3b2l17-FF                                  \
559   pr/3b3f-0F                                    \
560   pr/3b3f-0FF                                   \
561   pr/3b3f-FF                                    \
562   pr/3b3l15-t                                   \
563   pr/3b3l15f-t                                  \
564   pr/3f-0F                                      \
565   pr/3f-FF                                      \
566   pr/3l24-t                                     \
567   pr/3l24f-t                                    \
568   pr/3ml24-FF                                   \
569   pr/3ml24-t                                    \
570   pr/3ml24-t-FF                                 \
571   pr/3ml24f-t                                   \
572   pr/4-7l24-FF                                  \
573   pr/4l24-FF                                    \
574   pr/FF                                         \
575   pr/FFn                                        \
576   pr/FFtn                                       \
577   pr/FnFn                                       \
578   pr/Ja3l24f-lm                                 \
579   pr/Jb3l24f-lm                                 \
580   pr/Jml24f-lm-lo                               \
581   pr/W-72l24f-ll                                \
582   pr/W20l24f-ll                                 \
583   pr/W26l24f-ll                                 \
584   pr/W27l24f-ll                                 \
585   pr/W28l24f-ll                                 \
586   pr/W35Ja3l24f-lm                              \
587   pr/W35Jb3l24f-lm                              \
588   pr/W35Jml24f-lmlo                             \
589   pr/W35a3l24f-lm                               \
590   pr/W35b3l24f-lm                               \
591   pr/W35ml24f-lm-lo                             \
592   pr/W72Jl24f-ll                                \
593   pr/a2l15-FF                                   \
594   pr/a2l17-FF                                   \
595   pr/a3-0F                                      \
596   pr/a3f-0F                                     \
597   pr/a3f-0FF                                    \
598   pr/a3f-FF                                     \
599   pr/a3l15-t                                    \
600   pr/a3l15f-t                                   \
601   pr/a3l24f-lm                                  \
602   pr/b2l15-FF                                   \
603   pr/b2l17-FF                                   \
604   pr/b3-0F                                      \
605   pr/b3f-0F                                     \
606   pr/b3f-0FF                                    \
607   pr/b3f-FF                                     \
608   pr/b3l15-t                                    \
609   pr/b3l15f-t                                   \
610   pr/b3l24f-lm                                  \
611   pr/l24-FF                                     \
612   pr/l24-t                                      \
613   pr/l24f-t                                     \
614   pr/loli                                       \
615   pr/ml20-FF-t                                  \
616   pr/ml24-FF                                    \
617   pr/ml24-t                                     \
618   pr/ml24-t-FF                                  \
619   pr/ml24f-0F                                   \
620   pr/ml24f-lm-lo                                \
621   pr/ml24f-t                                    \
622   pr/ml24f-t-0F                                 \
623   pr/n+2-5l24f-0FF                              \
624   pr/n+2l24f-0FF                                \
625   pr/n+2l24f-bl                                 \
626   pr/n+3-7l24-FF                                \
627   pr/n+3l24f-0FF                                \
628   pr/n+3l24f-bl                                 \
629   pr/n+3ml20f-bl-FF                             \
630   pr/n+3ml24f-bl-tn                             \
631   pr/n+3ml24f-tn-bl                             \
632   pr/n+4-8a2l17-FF                              \
633   pr/n+4b2l17f-0FF                              \
634   pr/n+5-8b3l17f-FF                             \
635   pr/n+5a3l13f-0FF                              \
636   pr/n+6a2l17-FF                                \
637   pr/n+6b3l13f-FF                               \
638   pr/n+7l24-FF                                  \
639   pr/n+8l20-FF                                  \
640   pr/nJml24f-lmlmlo                             \
641   pr/nJml24f-lmlolm                             \
642   pr/nN1+3l24f-bl                               \
643   pr/nN15l24f-bl                                \
644   pr/nSml20-bl-FF                               \
645   pr/nSml20-t-t-FF                              \
646   pr/nSml20-t-tFFFF                             \
647   pr/nSml24-bl-FF                               \
648   pr/nSml24-t-t-FF                              \
649   pr/nSml24-t-tFFFF                             \
650   pr/nl24f-bl                                   \
651   pr/o3Jml24f-lm-lo                             \
652   pr/o3a3Sl24f-tn                               \
653   pr/o3a3Snl24f-tn                              \
654   pr/o3a3l24f-tn                                \
655   pr/o3b3Sl24f-tn                               \
656   pr/o3b3Snl24f-tn                              \
657   pr/o3b3l24f-tn                                \
658   pr/o3mSl24f-bl-tn                             \
659   pr/o3mSnl24fbltn                              \
660   pr/o3ml24f-bl-tn                              \
661   pr/t-0FF                                      \
662   pr/t-FF                                       \
663   pr/t-bl                                       \
664   pr/t-t                                        \
665   pr/tFFn                                       \
666   pr/tFFt                                       \
667   pr/tFFt-bl                                    \
668   pr/tFFt-ll                                    \
669   pr/tFFt-lm                                    \
670   pr/tFnFt                                      \
671   pr/t_notab                                    \
672   pr/t_tab                                      \
673   pr/t_tab_                                     \
674   pr/ta3-0FF                                    \
675   pr/ta3-FF                                     \
676   pr/tb3-0FF                                    \
677   pr/tb3-FF                                     \
678   pr/tn                                         \
679   pr/tn2e5o3-t_tab                              \
680   pr/tn2e8-t_tab                                \
681   pr/tn2e8o3-t_tab                              \
682   pr/tn_2e8-t_tab                               \
683   pr/tn_2e8S-t_tab                              \
684   pr/tne8-t_tab                                 \
685   pr/tne8o3-t_tab                               \
686   pr/tt-0FF                                     \
687   pr/tt-FF                                      \
688   pr/tt-bl                                      \
689   pr/tt-t                                       \
690   pr/tta3-0FF                                   \
691   pr/tta3-FF                                    \
692   pr/ttb3-0FF                                   \
693   pr/ttb3-FF                                    \
694   pr/w72l24f-ll
696 include $(srcdir)/check.mk