From 38dd1759271cdea9ce00d740a54467fbb50dfae2 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 13 Aug 2017 01:04:44 +0000 Subject: [PATCH] Integrate the tests moved in r305626 in to the FreeBSD test suite The reachover Kyuafiles were never added, and thus the tests were installed as standalone tests, and not integrated into the full suite. MFC after: 1 week MFC with: r305626, 305629, r307863, r322447, r322448, r322449 --- lib/libcasper/Makefile | 2 ++ lib/libcasper/services/Makefile | 2 ++ lib/libcasper/services/tests/Makefile | 8 ++++++++ lib/libcasper/tests/Makefile | 8 ++++++++ 4 files changed, 20 insertions(+) create mode 100644 lib/libcasper/services/tests/Makefile create mode 100644 lib/libcasper/tests/Makefile diff --git a/lib/libcasper/Makefile b/lib/libcasper/Makefile index 97cf1df329d6..3101f3378ff3 100644 --- a/lib/libcasper/Makefile +++ b/lib/libcasper/Makefile @@ -3,6 +3,8 @@ SUBDIR= libcasper SUBDIR+= services +SUBDIR.${MK_TESTS}+= tests + SUBDIR_PARALLEL= .include diff --git a/lib/libcasper/services/Makefile b/lib/libcasper/services/Makefile index c80e58932f1a..3eeac69d9857 100644 --- a/lib/libcasper/services/Makefile +++ b/lib/libcasper/services/Makefile @@ -6,6 +6,8 @@ SUBDIR+= cap_pwd SUBDIR+= cap_random SUBDIR+= cap_sysctl +SUBDIR.${MK_TESTS}+= tests + SUBDIR_PARALLEL= .include diff --git a/lib/libcasper/services/tests/Makefile b/lib/libcasper/services/tests/Makefile new file mode 100644 index 000000000000..26fea37cca83 --- /dev/null +++ b/lib/libcasper/services/tests/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +TESTSDIR= ${TESTSBASE}/lib/libcasper/services + +.PATH: ${SRCTOP}/tests +KYUAFILE= yes + +.include diff --git a/lib/libcasper/tests/Makefile b/lib/libcasper/tests/Makefile new file mode 100644 index 000000000000..07d5adf352d9 --- /dev/null +++ b/lib/libcasper/tests/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +TESTSDIR= ${TESTSBASE}/lib/libcasper + +.PATH: ${SRCTOP}/tests +KYUAFILE= yes + +.include