dtrace: move kinst tests to common

Reviewed by:	markj
Approved by:	markj (mentor)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D40414
This commit is contained in:
Christos Margiolis 2023-07-04 18:46:59 +03:00
parent 1c77612451
commit 911f026039
4 changed files with 2 additions and 2 deletions

View file

@ -1,8 +1,7 @@
# $FreeBSD$
TESTSDIR= ${TESTSBASE}/cddl/usr.sbin/dtrace/amd64
TESTS_SUBDIRS+= arrays \
kinst
TESTS_SUBDIRS+= arrays
.PATH: ${.CURDIR:H:H:H:H:H}/tests
KYUAFILE= YES

View file

@ -32,6 +32,7 @@ TESTS_SUBDIRS+= aggs \
ip \
java_api \
json \
kinst \
lexer \
llquantize \
mdb \