Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.bin/xlint/lint1 lint: sort tests by name



details:   https://anonhg.NetBSD.org/src/rev/1014bd0a7a4e
branches:  trunk
changeset: 948368:1014bd0a7a4e
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Dec 28 09:57:14 2020 +0000

description:
lint: sort tests by name

diffstat:

 tests/usr.bin/xlint/lint1/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 68d3848066f8 -r 1014bd0a7a4e tests/usr.bin/xlint/lint1/Makefile
--- a/tests/usr.bin/xlint/lint1/Makefile        Mon Dec 28 03:48:41 2020 +0000
+++ b/tests/usr.bin/xlint/lint1/Makefile        Mon Dec 28 09:57:14 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/03/06 21:02:47 christos Exp $
+# $NetBSD: Makefile,v 1.16 2020/12/28 09:57:14 rillig Exp $
 
 NOMAN=         # defined
 
@@ -22,9 +22,9 @@
 FILES+=                d_c99_flex_array_packed.c 
 FILES+=                d_c99_for_loops.c
 FILES+=                d_c99_func.c
+FILES+=                d_c99_nested_struct.c
 FILES+=                d_c99_recursive_init.c
 FILES+=                d_c99_struct_init.c
-FILES+=                d_c99_nested_struct.c
 FILES+=                d_c99_union_cast.c
 FILES+=                d_c99_union_init1.c
 FILES+=                d_c99_union_init2.c
@@ -41,8 +41,8 @@
 FILES+=                d_compound_literals2.c
 FILES+=                d_constant_conv1.c
 FILES+=                d_constant_conv2.c
+FILES+=                d_cvt_constant.c
 FILES+=                d_cvt_in_ternary.c
-FILES+=                d_cvt_constant.c
 FILES+=                d_ellipsis_in_switch.c
 FILES+=                d_gcc_compound_statements1.c
 FILES+=                d_gcc_compound_statements2.c
@@ -60,8 +60,8 @@
 FILES+=                d_type_conv2.c
 FILES+=                d_type_conv3.c
 FILES+=                d_type_question_colon.c
+FILES+=                d_typefun.c
 FILES+=                d_typename_as_var.c
-FILES+=                d_typefun.c
 FILES+=                d_zero_sized_arrays.c
 
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index