Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets/lists/tests Make the /usr/tests/lib/libnvmm dir...



details:   https://anonhg.NetBSD.org/src/rev/bc4c96c42ffd
branches:  trunk
changeset: 446881:bc4c96c42ffd
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Dec 23 21:27:45 2018 +0000

description:
Make the /usr/tests/lib/libnvmm directory and testing framework files MI.

Should fix non-amd64 build.

diffstat:

 distrib/sets/lists/tests/md.amd64 |  5 +----
 distrib/sets/lists/tests/mi       |  5 ++++-
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 3af641ec187e -r bc4c96c42ffd distrib/sets/lists/tests/md.amd64
--- a/distrib/sets/lists/tests/md.amd64 Sun Dec 23 20:27:23 2018 +0000
+++ b/distrib/sets/lists/tests/md.amd64 Sun Dec 23 21:27:45 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.5 2018/12/23 16:40:15 jakllsch Exp $
+# $NetBSD: md.amd64,v 1.6 2018/12/23 21:27:45 jakllsch Exp $
 ./usr/tests/kernel/arch/x86/Atffile            tests-obsolete  obsolete
 ./usr/tests/kernel/arch/x86/Kyuafile           tests-obsolete  obsolete
 ./usr/tests/kernel/arch/x86/t_ptrace_wait      tests-obsolete  obsolete
@@ -7,8 +7,5 @@
 ./usr/tests/kernel/arch/x86/t_ptrace_wait6     tests-obsolete  obsolete
 ./usr/tests/kernel/arch/x86/t_ptrace_waitid    tests-obsolete  obsolete
 ./usr/tests/kernel/arch/x86/t_ptrace_waitpid   tests-obsolete  obsolete
-./usr/tests/lib/libnvmm                                tests-lib-tests compattestfile,atf
-./usr/tests/lib/libnvmm/Atffile                        tests-lib-tests compattestfile,atf
-./usr/tests/lib/libnvmm/Kyuafile               tests-lib-tests compattestfile,atf,kyua
 ./usr/tests/lib/libnvmm/h_mem_assist           tests-lib-tests compattestfile,atf
 ./usr/tests/lib/libnvmm/t_mem_assist           tests-lib-tests compattestfile,atf
diff -r 3af641ec187e -r bc4c96c42ffd distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi       Sun Dec 23 20:27:23 2018 +0000
+++ b/distrib/sets/lists/tests/mi       Sun Dec 23 21:27:45 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.797 2018/12/23 16:40:15 jakllsch Exp $
+# $NetBSD: mi,v 1.798 2018/12/23 21:27:45 jakllsch Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -3044,6 +3044,9 @@
 ./usr/tests/lib/libm/t_sqrt                    tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libm/t_tan                     tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libm/t_tanh                    tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libnvmm                                tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libnvmm/Atffile                        tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libnvmm/Kyuafile               tests-lib-tests         compattestfile,atf,kyua
 ./usr/tests/lib/libobjc                                tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libobjc/Atffile                        tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libobjc/Kyuafile               tests-lib-tests         compattestfile,atf,kyua



Home | Main Index | Thread Index | Old Index