From c3f2bc9932e9d11616b6434be35abfb3f9b0e148 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 22 Feb 2022 14:03:32 -0500 Subject: [PATCH] makefile: add internal/commands pkg to list of test-bins Signed-off-by: John Mulligan --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 59df296..cec2aab 100644 --- a/Makefile +++ b/Makefile @@ -194,6 +194,7 @@ test-binaries: \ cephfs/admin.test \ common/admin/manager.test \ internal/callbacks.test \ + internal/commands.test \ internal/cutil.test \ internal/errutil.test \ internal/retry.test \