diff options
-rw-r--r-- | tests/sort/Makefile.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index b408b6c16..c07535fab 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -55,14 +55,14 @@ t05f.in t05f.exp t06a.in t06a.exp t06b.in t06b.exp t06c.in t06c.exp t06d.in \ t06d.exp t06e.in t06e.exp t06f.in t06f.exp t07a.in t07a.exp t07b.in t07b.exp \ t07c.in t07c.exp t07d.in t07d.exp t08a.in t08a.exp t08b.in t08b.exp t09a.in \ t09a.exp t09b.in t09b.exp t09c.in t09c.exp t09d.in t09d.exp t10a.in t10a.exp \ -t10b.in t10b.exp t10c.in t10c.exp t10d.in t10d.exp t10a0.in t10a0.exp t10a1.in \ -t10a1.exp t10a2.in t10a2.exp t10e.in t10e.exp t10f.in t10f.exp t10g.in \ -t10g.exp t11a.in t11a.exp t11b.in t11b.exp t11c.in t11c.exp t11d.in t11d.exp \ -t12a.in t12a.exp t12b.in t12b.exp t12c.in t12c.exp t12d.in t12d.exp t13a.in \ -t13a.exp t13b.in t13b.exp t14a.in t14a.exp t14b.in t14b.exp t15a.in t15a.exp \ -t15b.in t15b.exp t15c.in t15c.exp t15d.in t15d.exp t15e.in t15e.exp t16a.in \ -t16a.exp t17.in t17.exp t18a.in t18a.exp t18b.in t18b.exp t18c.in t18c.exp \ -t18d.in t18d.exp t18e.in t18e.exp +t10b.in t10b.exp t10c.in t10c.exp t10d.in t10d.exp t10a0.in t10a0.exp \ +t10a1.in t10a1.exp t10a2.in t10a2.exp t10e.in t10e.exp t10f.in t10f.exp \ +t10g.in t10g.exp t11a.in t11a.exp t11b.in t11b.exp t11c.in t11c.exp t11d.in \ +t11d.exp t12a.in t12a.exp t12b.in t12b.exp t12c.in t12c.exp t12d.in t12d.exp \ +t13a.in t13a.exp t13b.in t13b.exp t14a.in t14a.exp t14b.in t14b.exp t15a.in \ +t15a.exp t15b.in t15b.exp t15c.in t15c.exp t15d.in t15d.exp t15e.in t15e.exp \ +t16a.in t16a.exp t17.in t17.exp t18a.in t18a.exp t18b.in t18b.exp t18c.in \ +t18c.exp t18d.in t18d.exp t18e.in t18e.exp run_gen = t01a.out t01a.err t02a.out t02a.err t02b.out t02b.err t02c.out \ t02c.err t02d.out t02d.err t02e.out t02e.err t02f.out t02f.err t03a.out \ t03a.err t03b.out t03b.err t03c.out t03c.err t03d.out t03d.err t03e.out \ @@ -80,9 +80,9 @@ t10f.err t10g.out t10g.err t11a.out t11a.err t11b.out t11b.err t11c.out \ t11c.err t11d.out t11d.err t12a.out t12a.err t12b.out t12b.err t12c.out \ t12c.err t12d.out t12d.err t13a.out t13a.err t13b.out t13b.err t14a.out \ t14a.err t14b.out t14b.err t15a.out t15a.err t15b.out t15b.err t15c.out \ -t15c.err t15d.out t15d.err t15e.out t15e.err t16a.out t16a.err t17.out t17.err \ -t18a.out t18a.err t18b.out t18b.err t18c.out t18c.err t18d.out t18d.err \ -t18e.out t18e.err +t15c.err t15d.out t15d.err t15e.out t15e.err t16a.out t16a.err t17.out \ +t17.err t18a.out t18a.err t18b.out t18b.err t18c.out t18c.err t18d.out \ +t18d.err t18e.out t18e.err EXTRA_DIST = mk-script.pl Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests |