Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/c++ Sort entries in ATF tests in tests/usr.bin...



details:   https://anonhg.NetBSD.org/src/rev/170d48852b32
branches:  trunk
changeset: 831531:170d48852b32
user:      kamil <kamil%NetBSD.org@localhost>
date:      Wed Apr 04 15:08:59 2018 +0000

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

No functional change intended.

diffstat:

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

diffs (22 lines):

diff -r ae45a998622e -r 170d48852b32 tests/usr.bin/c++/Makefile
--- a/tests/usr.bin/c++/Makefile        Wed Apr 04 12:59:49 2018 +0000
+++ b/tests/usr.bin/c++/Makefile        Wed Apr 04 15:08:59 2018 +0000
@@ -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_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
-TESTS_SH+=     t_call_once
-TESTS_SH+=     t_call_once2
-TESTS_SH+=     t_pthread_once
 
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index