Module Name:    src
Committed By:   kamil
Date:           Wed Apr  4 15:08:59 UTC 2018

Modified Files:
        src/tests/usr.bin/c++: Makefile

Log Message:
Sort entries in ATF tests in tests/usr.bin/c++/Makefile

No functional change intended.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/c++/Makefile

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

Modified files:

Index: src/tests/usr.bin/c++/Makefile
diff -u src/tests/usr.bin/c++/Makefile:1.4 src/tests/usr.bin/c++/Makefile:1.5
--- src/tests/usr.bin/c++/Makefile:1.4	Sat Mar 24 00:26:51 2018
+++ src/tests/usr.bin/c++/Makefile	Wed Apr  4 15:08:59 2018
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2018/03/24 00:26:51 kamil Exp $
+# $NetBSD: Makefile,v 1.5 2018/04/04 15:08:59 kamil Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=	${TESTSBASE}/usr.bin/c++
 
-TESTS_SH=	t_cxxruntime
-TESTS_SH+=	t_hello
-TESTS_SH+=	t_static_destructor
 TESTS_SH+=	t_call_once
 TESTS_SH+=	t_call_once2
+TESTS_SH=	t_cxxruntime
+TESTS_SH+=	t_hello
 TESTS_SH+=	t_pthread_once
+TESTS_SH+=	t_static_destructor
 
 .include <bsd.test.mk>

Reply via email to