doc: stat: clarify that %t and %T expand to the file system type
[coreutils/ericb.git] / tests / Makefile.am
blob23cb70fa427a5ab6192551f0336b2193289e1f2f
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/runcon-no-reorder                        \
224   misc/sha1sum                                  \
225   misc/sha1sum-vec                              \
226   misc/sha224sum                                \
227   misc/sha256sum                                \
228   misc/sha384sum                                \
229   misc/sha512sum                                \
230   misc/shred-exact                              \
231   misc/shred-passes                             \
232   misc/shred-remove                             \
233   misc/shuf                                     \
234   misc/sort                                     \
235   misc/sort-benchmark-random                    \
236   misc/sort-compress                            \
237   misc/sort-compress-hang                       \
238   misc/sort-compress-proc                       \
239   misc/sort-continue                            \
240   misc/sort-debug-keys                          \
241   misc/sort-debug-warn                          \
242   misc/sort-files0-from                         \
243   misc/sort-float                               \
244   misc/sort-merge                               \
245   misc/sort-merge-fdlimit                       \
246   misc/sort-month                               \
247   misc/sort-rand                                \
248   misc/sort-spinlock-abuse                      \
249   misc/sort-stale-thread-mem                    \
250   misc/sort-unique                              \
251   misc/sort-unique-segv                         \
252   misc/sort-version                             \
253   misc/sort-NaN-infloop                         \
254   split/filter                                  \
255   split/suffix-length                           \
256   split/b-chunk                                 \
257   split/fail                                    \
258   split/lines                                   \
259   split/l-chunk                                 \
260   split/r-chunk                                 \
261   misc/stat-birthtime                           \
262   misc/stat-fmt                                 \
263   misc/stat-hyphen                              \
264   misc/stat-mount                               \
265   misc/stat-nanoseconds                         \
266   misc/stat-printf                              \
267   misc/stat-slash                               \
268   misc/stdbuf                                   \
269   misc/stty                                     \
270   misc/stty-invalid                             \
271   misc/stty-row-col                             \
272   misc/su-fail                                  \
273   misc/sum                                      \
274   misc/sum-sysv                                 \
275   misc/tac                                      \
276   misc/tac-continue                             \
277   misc/tac-2-nonseekable                        \
278   misc/tail                                     \
279   misc/tee                                      \
280   misc/tee-dash                                 \
281   misc/test-diag                                \
282   misc/timeout                                  \
283   misc/timeout-group                            \
284   misc/timeout-parameters                       \
285   misc/tr                                       \
286   misc/tr-case-class                            \
287   misc/truncate-dangling-symlink                \
288   misc/truncate-dir-fail                        \
289   misc/truncate-fail-diag                       \
290   misc/truncate-fifo                            \
291   misc/truncate-no-create-missing               \
292   misc/truncate-overflow                        \
293   misc/truncate-parameters                      \
294   misc/truncate-relative                        \
295   misc/tsort                                    \
296   misc/tty-eof                                  \
297   misc/unexpand                                 \
298   misc/uniq                                     \
299   misc/uniq-perf                                \
300   misc/xattr                                    \
301   tail-2/wait                                   \
302   chmod/c-option                                \
303   chmod/equal-x                                 \
304   chmod/equals                                  \
305   chmod/inaccessible                            \
306   chmod/octal                                   \
307   chmod/setgid                                  \
308   chmod/silent                                  \
309   chmod/thru-dangling                           \
310   chmod/umask-x                                 \
311   chmod/usage                                   \
312   chown/deref                                   \
313   chown/preserve-root                           \
314   chown/separator                               \
315   cp/abuse                                      \
316   cp/acl                                        \
317   cp/backup-1                                   \
318   cp/backup-dir                                 \
319   cp/backup-is-src                              \
320   cp/cp-HL                                      \
321   cp/cp-deref                                   \
322   cp/cp-i                                       \
323   cp/cp-mv-backup                               \
324   cp/cp-parents                                 \
325   cp/deref-slink                                \
326   cp/dir-rm-dest                                \
327   cp/dir-slash                                  \
328   cp/dir-vs-file                                \
329   cp/existing-perm-dir                          \
330   cp/existing-perm-race                         \
331   cp/fail-perm                                  \
332   cp/fiemap-empty                               \
333   cp/fiemap-perf                                \
334   cp/fiemap-2                                   \
335   cp/file-perm-race                             \
336   cp/into-self                                  \
337   cp/link                                       \
338   cp/link-no-deref                              \
339   cp/link-preserve                              \
340   cp/link-symlink                               \
341   cp/no-deref-link1                             \
342   cp/no-deref-link2                             \
343   cp/no-deref-link3                             \
344   cp/parent-perm                                \
345   cp/parent-perm-race                           \
346   cp/perm                                       \
347   cp/preserve-2                                 \
348   cp/preserve-link                              \
349   cp/preserve-slink-time                        \
350   cp/proc-short-read                            \
351   cp/proc-zero-len                              \
352   cp/r-vs-symlink                               \
353   cp/reflink-auto                               \
354   cp/reflink-perm                               \
355   cp/same-file                                  \
356   cp/slink-2-slink                              \
357   cp/sparse                                     \
358   cp/sparse-to-pipe                             \
359   cp/special-f                                  \
360   cp/src-base-dot                               \
361   cp/symlink-slash                              \
362   cp/thru-dangling                              \
363   df/unreadable                                 \
364   dd/direct                                     \
365   dd/misc                                       \
366   dd/nocache                                    \
367   dd/not-rewound                                \
368   dd/reblock                                    \
369   dd/skip-seek                                  \
370   dd/skip-seek2                                 \
371   dd/skip-seek-past-file                        \
372   dd/stderr                                     \
373   dd/unblock                                    \
374   dd/unblock-sync                               \
375   df/total-verify                               \
376   du/2g                                         \
377   du/8gb                                        \
378   du/basic                                      \
379   du/bigtime                                    \
380   du/deref                                      \
381   du/deref-args                                 \
382   du/exclude                                    \
383   du/fd-leak                                    \
384   du/files0-from                                \
385   du/files0-from-dir                            \
386   du/hard-link                                  \
387   du/inacc-dest                                 \
388   du/inacc-dir                                  \
389   du/inaccessible-cwd                           \
390   du/long-from-unreadable                       \
391   du/long-sloop                                 \
392   du/max-depth                                  \
393   du/move-dir-while-traversing                  \
394   du/no-deref                                   \
395   du/no-x                                       \
396   du/one-file-system                            \
397   du/restore-wd                                 \
398   du/slash                                      \
399   du/slink                                      \
400   du/trailing-slash                             \
401   du/two-args                                   \
402   id/gnu-zero-uids                              \
403   id/no-context                                 \
404   install/basic-1                               \
405   install/create-leading                        \
406   install/d-slashdot                            \
407   install/install-C                             \
408   install/install-C-selinux                     \
409   install/strip-program                         \
410   install/trap                                  \
411   ln/backup-1                                   \
412   ln/hard-backup                                \
413   ln/hard-to-sym                                \
414   ln/misc                                       \
415   ln/sf-1                                       \
416   ln/slash-decorated-nonexistent-dest           \
417   ln/target-1                                   \
418   ls/abmon-align                                \
419   ls/block-size                                 \
420   ls/color-clear-to-eol                         \
421   ls/color-dtype-dir                            \
422   ls/color-norm                                 \
423   ls/dangle                                     \
424   ls/dired                                      \
425   ls/file-type                                  \
426   ls/follow-slink                               \
427   ls/infloop                                    \
428   ls/inode                                      \
429   ls/m-option                                   \
430   ls/multihardlink                              \
431   ls/no-arg                                     \
432   ls/no-cap                                     \
433   ls/proc-selinux-segfault                      \
434   ls/readdir-mountpoint-inode                   \
435   ls/recursive                                  \
436   ls/rt-1                                       \
437   ls/slink-acl                                  \
438   ls/stat-dtype                                 \
439   ls/stat-failed                                \
440   ls/stat-free-color                            \
441   ls/stat-free-symlinks                         \
442   ls/stat-vs-dirent                             \
443   ls/symlink-slash                              \
444   ls/time-style-diag                            \
445   ls/x-option                                   \
446   mkdir/p-1                                     \
447   mkdir/p-2                                     \
448   mkdir/p-3                                     \
449   mkdir/p-slashdot                              \
450   mkdir/p-thru-slink                            \
451   mkdir/p-v                                     \
452   mkdir/parents                                 \
453   mkdir/perm                                    \
454   mkdir/selinux                                 \
455   mkdir/special-1                               \
456   mkdir/t-slash                                 \
457   mv/acl                                        \
458   mv/atomic                                     \
459   mv/atomic2                                    \
460   mv/backup-dir                                 \
461   mv/backup-is-src                              \
462   mv/childproof                                 \
463   mv/diag                                       \
464   mv/dir-file                                   \
465   mv/dir2dir                                    \
466   mv/dup-source                                 \
467   mv/force                                      \
468   mv/hard-2                                     \
469   mv/hard-3                                     \
470   mv/hard-4                                     \
471   mv/hard-link-1                                \
472   mv/hard-verbose                               \
473   mv/i-1                                        \
474   mv/i-2                                        \
475   mv/i-3                                        \
476   mv/i-4                                        \
477   mv/i-5                                        \
478   mv/i-link-no                                  \
479   mv/into-self                                  \
480   mv/into-self-2                                \
481   mv/into-self-3                                \
482   mv/into-self-4                                \
483   mv/leak-fd                                    \
484   mv/mv-n                                       \
485   mv/mv-special-1                               \
486   mv/no-target-dir                              \
487   mv/part-fail                                  \
488   mv/part-hardlink                              \
489   mv/part-rename                                \
490   mv/part-symlink                               \
491   mv/partition-perm                             \
492   mv/perm-1                                     \
493   mv/to-symlink                                 \
494   mv/trailing-slash                             \
495   mv/update                                     \
496   readlink/can-e                                \
497   readlink/can-f                                \
498   readlink/can-m                                \
499   readlink/rl-1                                 \
500   rmdir/fail-perm                               \
501   rmdir/ignore                                  \
502   rmdir/t-slash                                 \
503   tail-2/assert-2                               \
504   tail-2/big-4gb                                \
505   tail-2/flush-initial                          \
506   tail-2/follow-name                            \
507   tail-2/follow-stdin                           \
508   tail-2/pipe-f                                 \
509   tail-2/pipe-f2                                \
510   tail-2/proc-ksyms                             \
511   tail-2/start-middle                           \
512   touch/60-seconds                              \
513   touch/dangling-symlink                        \
514   touch/dir-1                                   \
515   touch/fail-diag                               \
516   touch/fifo                                    \
517   touch/no-create-missing                       \
518   touch/no-dereference                          \
519   touch/no-rights                               \
520   touch/not-owner                               \
521   touch/obsolescent                             \
522   touch/read-only                               \
523   touch/relative                                \
524   touch/trailing-slash                          \
525   $(root_tests)
527 pr_data =                                       \
528   pr/0F                                         \
529   pr/0FF                                        \
530   pr/0FFnt                                      \
531   pr/0FFt                                       \
532   pr/0FnFnt                                     \
533   pr/0FnFt                                      \
534   pr/0Fnt                                       \
535   pr/0Ft                                        \
536   pr/2-S_f-t_notab                              \
537   pr/2-Sf-t_notab                               \
538   pr/2f-t_notab                                 \
539   pr/2s_f-t_notab                               \
540   pr/2s_w60f-t_nota                             \
541   pr/2sf-t_notab                                \
542   pr/2sw60f-t_notab                             \
543   pr/2w60f-t_notab                              \
544   pr/3-0F                                       \
545   pr/3-5l24f-t                                  \
546   pr/3-FF                                       \
547   pr/3a2l17-FF                                  \
548   pr/3a3f-0F                                    \
549   pr/3a3l15-t                                   \
550   pr/3a3l15f-t                                  \
551   pr/3b2l17-FF                                  \
552   pr/3b3f-0F                                    \
553   pr/3b3f-0FF                                   \
554   pr/3b3f-FF                                    \
555   pr/3b3l15-t                                   \
556   pr/3b3l15f-t                                  \
557   pr/3f-0F                                      \
558   pr/3f-FF                                      \
559   pr/3l24-t                                     \
560   pr/3l24f-t                                    \
561   pr/3ml24-FF                                   \
562   pr/3ml24-t                                    \
563   pr/3ml24-t-FF                                 \
564   pr/3ml24f-t                                   \
565   pr/4-7l24-FF                                  \
566   pr/4l24-FF                                    \
567   pr/FF                                         \
568   pr/FFn                                        \
569   pr/FFtn                                       \
570   pr/FnFn                                       \
571   pr/Ja3l24f-lm                                 \
572   pr/Jb3l24f-lm                                 \
573   pr/Jml24f-lm-lo                               \
574   pr/W-72l24f-ll                                \
575   pr/W20l24f-ll                                 \
576   pr/W26l24f-ll                                 \
577   pr/W27l24f-ll                                 \
578   pr/W28l24f-ll                                 \
579   pr/W35Ja3l24f-lm                              \
580   pr/W35Jb3l24f-lm                              \
581   pr/W35Jml24f-lmlo                             \
582   pr/W35a3l24f-lm                               \
583   pr/W35b3l24f-lm                               \
584   pr/W35ml24f-lm-lo                             \
585   pr/W72Jl24f-ll                                \
586   pr/a2l15-FF                                   \
587   pr/a2l17-FF                                   \
588   pr/a3-0F                                      \
589   pr/a3f-0F                                     \
590   pr/a3f-0FF                                    \
591   pr/a3f-FF                                     \
592   pr/a3l15-t                                    \
593   pr/a3l15f-t                                   \
594   pr/a3l24f-lm                                  \
595   pr/b2l15-FF                                   \
596   pr/b2l17-FF                                   \
597   pr/b3-0F                                      \
598   pr/b3f-0F                                     \
599   pr/b3f-0FF                                    \
600   pr/b3f-FF                                     \
601   pr/b3l15-t                                    \
602   pr/b3l15f-t                                   \
603   pr/b3l24f-lm                                  \
604   pr/l24-FF                                     \
605   pr/l24-t                                      \
606   pr/l24f-t                                     \
607   pr/loli                                       \
608   pr/ml20-FF-t                                  \
609   pr/ml24-FF                                    \
610   pr/ml24-t                                     \
611   pr/ml24-t-FF                                  \
612   pr/ml24f-0F                                   \
613   pr/ml24f-lm-lo                                \
614   pr/ml24f-t                                    \
615   pr/ml24f-t-0F                                 \
616   pr/n+2-5l24f-0FF                              \
617   pr/n+2l24f-0FF                                \
618   pr/n+2l24f-bl                                 \
619   pr/n+3-7l24-FF                                \
620   pr/n+3l24f-0FF                                \
621   pr/n+3l24f-bl                                 \
622   pr/n+3ml20f-bl-FF                             \
623   pr/n+3ml24f-bl-tn                             \
624   pr/n+3ml24f-tn-bl                             \
625   pr/n+4-8a2l17-FF                              \
626   pr/n+4b2l17f-0FF                              \
627   pr/n+5-8b3l17f-FF                             \
628   pr/n+5a3l13f-0FF                              \
629   pr/n+6a2l17-FF                                \
630   pr/n+6b3l13f-FF                               \
631   pr/n+7l24-FF                                  \
632   pr/n+8l20-FF                                  \
633   pr/nJml24f-lmlmlo                             \
634   pr/nJml24f-lmlolm                             \
635   pr/nN1+3l24f-bl                               \
636   pr/nN15l24f-bl                                \
637   pr/nSml20-bl-FF                               \
638   pr/nSml20-t-t-FF                              \
639   pr/nSml20-t-tFFFF                             \
640   pr/nSml24-bl-FF                               \
641   pr/nSml24-t-t-FF                              \
642   pr/nSml24-t-tFFFF                             \
643   pr/nl24f-bl                                   \
644   pr/o3Jml24f-lm-lo                             \
645   pr/o3a3Sl24f-tn                               \
646   pr/o3a3Snl24f-tn                              \
647   pr/o3a3l24f-tn                                \
648   pr/o3b3Sl24f-tn                               \
649   pr/o3b3Snl24f-tn                              \
650   pr/o3b3l24f-tn                                \
651   pr/o3mSl24f-bl-tn                             \
652   pr/o3mSnl24fbltn                              \
653   pr/o3ml24f-bl-tn                              \
654   pr/t-0FF                                      \
655   pr/t-FF                                       \
656   pr/t-bl                                       \
657   pr/t-t                                        \
658   pr/tFFn                                       \
659   pr/tFFt                                       \
660   pr/tFFt-bl                                    \
661   pr/tFFt-ll                                    \
662   pr/tFFt-lm                                    \
663   pr/tFnFt                                      \
664   pr/t_notab                                    \
665   pr/t_tab                                      \
666   pr/t_tab_                                     \
667   pr/ta3-0FF                                    \
668   pr/ta3-FF                                     \
669   pr/tb3-0FF                                    \
670   pr/tb3-FF                                     \
671   pr/tn                                         \
672   pr/tn2e5o3-t_tab                              \
673   pr/tn2e8-t_tab                                \
674   pr/tn2e8o3-t_tab                              \
675   pr/tn_2e8-t_tab                               \
676   pr/tn_2e8S-t_tab                              \
677   pr/tne8-t_tab                                 \
678   pr/tne8o3-t_tab                               \
679   pr/tt-0FF                                     \
680   pr/tt-FF                                      \
681   pr/tt-bl                                      \
682   pr/tt-t                                       \
683   pr/tta3-0FF                                   \
684   pr/tta3-FF                                    \
685   pr/ttb3-0FF                                   \
686   pr/ttb3-FF                                    \
687   pr/w72l24f-ll
689 include $(srcdir)/check.mk