Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make/unit-tests usr.bin/make: sort test cases alphab...



details:   https://anonhg.NetBSD.org/src/rev/5241044c782f
branches:  trunk
changeset: 932516:5241044c782f
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun May 10 12:42:11 2020 +0000

description:
usr.bin/make: sort test cases alphabetically

diffstat:

 usr.bin/make/unit-tests/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 6fefb5f7cdde -r 5241044c782f usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile  Sun May 10 12:34:01 2020 +0000
+++ b/usr.bin/make/unit-tests/Makefile  Sun May 10 12:42:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/05/10 12:34:01 rillig Exp $
+# $NetBSD: Makefile,v 1.57 2020/05/10 12:42:11 rillig Exp $
 #
 # Unit tests for make(1)
 # The main targets are:
@@ -26,12 +26,12 @@
        cond1 \
        cond2 \
        dollar \
+       doterror \
+       dotwait \
        error \
        export \
        export-all \
        export-env \
-       doterror \
-       dotwait \
        forloop \
        forsubst \
        hash \



Home | Main Index | Thread Index | Old Index