entrypoint: enable building and testing of internal/cutil package

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2020-04-13 11:22:39 -04:00 committed by John Mulligan
parent e40744fdf6
commit 7256dbb27b
2 changed files with 9 additions and 1 deletions

View File

@ -52,7 +52,14 @@ check:
# Do a quick compile only check of the tests and impliclity the
# library code as well.
test-binaries: cephfs.test rados.test rbd.test internal/callbacks.test internal/errutil.test internal/retry.test
test-binaries: \
cephfs.test \
internal/callbacks.test \
internal/cutil.test \
internal/errutil.test \
internal/retry.test \
rados.test \
rbd.test
test-bins: test-binaries
%.test: % force_go_build

View File

@ -175,6 +175,7 @@ test_go_ceph() {
pkgs=(\
"cephfs" \
"internal/callbacks" \
"internal/cutil" \
"internal/errutil" \
"internal/retry" \
"rados" \