Module Name:    src
Committed By:   rillig
Date:           Sun May 10 12:42:11 UTC 2020

Modified Files:
        src/usr.bin/make/unit-tests: Makefile

Log Message:
usr.bin/make: sort test cases alphabetically


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/usr.bin/make/unit-tests/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/unit-tests/Makefile
diff -u src/usr.bin/make/unit-tests/Makefile:1.56 src/usr.bin/make/unit-tests/Makefile:1.57
--- src/usr.bin/make/unit-tests/Makefile:1.56	Sun May 10 12:34:01 2020
+++ src/usr.bin/make/unit-tests/Makefile	Sun May 10 12:42:11 2020
@@ -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 @@ TESTNAMES= \
 	cond1 \
 	cond2 \
 	dollar \
+	doterror \
+	dotwait \
 	error \
 	export \
 	export-all \
 	export-env \
-	doterror \
-	dotwait \
 	forloop \
 	forsubst \
 	hash \

Reply via email to