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