From 737dee7a4d5e8c70214f66190494d8d38c7e23e7 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 22 Feb 2022 12:01:25 -0500 Subject: [PATCH] makefile: add common/admin/nfs pkg to test bins Signed-off-by: John Mulligan --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cec2aab..5688100 100644 --- a/Makefile +++ b/Makefile @@ -193,6 +193,7 @@ test-binaries: \ cephfs.test \ cephfs/admin.test \ common/admin/manager.test \ + common/admin/nfs.test \ internal/callbacks.test \ internal/commands.test \ internal/cutil.test \