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