further build fixes
This commit is contained in:
parent
c6637560b7
commit
84cd64698f
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: md.amd64,v 1.4 2018/12/23 13:35:02 maxv Exp $
|
# $NetBSD: md.amd64,v 1.5 2018/12/23 16:40:15 jakllsch Exp $
|
||||||
./usr/tests/kernel/arch/x86/Atffile tests-obsolete obsolete
|
./usr/tests/kernel/arch/x86/Atffile tests-obsolete obsolete
|
||||||
./usr/tests/kernel/arch/x86/Kyuafile tests-obsolete obsolete
|
./usr/tests/kernel/arch/x86/Kyuafile tests-obsolete obsolete
|
||||||
./usr/tests/kernel/arch/x86/t_ptrace_wait tests-obsolete obsolete
|
./usr/tests/kernel/arch/x86/t_ptrace_wait tests-obsolete obsolete
|
||||||
|
@ -7,6 +7,7 @@
|
||||||
./usr/tests/kernel/arch/x86/t_ptrace_wait6 tests-obsolete obsolete
|
./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_waitid tests-obsolete obsolete
|
||||||
./usr/tests/kernel/arch/x86/t_ptrace_waitpid 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/Atffile tests-lib-tests compattestfile,atf
|
||||||
./usr/tests/lib/libnvmm/Kyuafile tests-lib-tests compattestfile,atf,kyua
|
./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/h_mem_assist tests-lib-tests compattestfile,atf
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: mi,v 1.796 2018/12/05 02:45:05 kre Exp $
|
# $NetBSD: mi,v 1.797 2018/12/23 16:40:15 jakllsch Exp $
|
||||||
#
|
#
|
||||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||||
#
|
#
|
||||||
|
@ -124,6 +124,7 @@
|
||||||
./usr/libdata/debug/usr/tests/lib/libexecinfo tests-lib-debug compattestfile,atf
|
./usr/libdata/debug/usr/tests/lib/libexecinfo tests-lib-debug compattestfile,atf
|
||||||
./usr/libdata/debug/usr/tests/lib/liblutok tests-lutok-debug compattestfile,atf
|
./usr/libdata/debug/usr/tests/lib/liblutok tests-lutok-debug compattestfile,atf
|
||||||
./usr/libdata/debug/usr/tests/lib/libm tests-lib-debug compattestfile,atf
|
./usr/libdata/debug/usr/tests/lib/libm tests-lib-debug compattestfile,atf
|
||||||
|
./usr/libdata/debug/usr/tests/lib/libnvmm tests-lib-debug compattestfile,atf
|
||||||
./usr/libdata/debug/usr/tests/lib/libobjc tests-lib-debug compattestfile,atf
|
./usr/libdata/debug/usr/tests/lib/libobjc tests-lib-debug compattestfile,atf
|
||||||
./usr/libdata/debug/usr/tests/lib/libposix tests-lib-debug compattestfile,atf
|
./usr/libdata/debug/usr/tests/lib/libposix tests-lib-debug compattestfile,atf
|
||||||
./usr/libdata/debug/usr/tests/lib/libposix/bsd tests-lib-debug compattestfile,atf
|
./usr/libdata/debug/usr/tests/lib/libposix/bsd tests-lib-debug compattestfile,atf
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.2 2018/12/23 16:23:24 martin Exp $
|
# $NetBSD: Makefile,v 1.3 2018/12/23 16:40:16 jakllsch Exp $
|
||||||
|
|
||||||
NOMAN= # defined
|
NOMAN= # defined
|
||||||
|
|
||||||
|
@ -10,6 +10,8 @@ TESTSDIR= ${TESTSBASE}/lib/libnvmm
|
||||||
COPTS+= -Wall
|
COPTS+= -Wall
|
||||||
LDADD+= -lnvmm
|
LDADD+= -lnvmm
|
||||||
|
|
||||||
|
BINDIR= ${TESTSDIR}
|
||||||
|
|
||||||
# Mem Assist
|
# Mem Assist
|
||||||
TESTS_SH= t_mem_assist
|
TESTS_SH= t_mem_assist
|
||||||
PROGS= h_mem_assist
|
PROGS= h_mem_assist
|
||||||
|
|
Loading…
Reference in New Issue