makefile: add new package to makefile and entrypoint.sh

Integrate the new 'cephfs/admin' package with existing makefile rules
and entrypoint.sh for testing.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2020-08-04 17:00:16 -04:00 committed by John Mulligan
parent fd10d9b756
commit 1e4c2d09ae
2 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@ check-revive:
# library code as well.
test-binaries: \
cephfs.test \
cephfs/admin.test \
internal/callbacks.test \
internal/cutil.test \
internal/errutil.test \

View File

@ -184,6 +184,7 @@ test_go_ceph() {
P=github.com/ceph/go-ceph
pkgs=(\
"cephfs" \
"cephfs/admin" \
"internal/callbacks" \
"internal/cutil" \
"internal/errutil" \