mirror of https://github.com/ceph/go-ceph
entrypoint: enable building and testing of internal/cutil package
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
e40744fdf6
commit
7256dbb27b
9
Makefile
9
Makefile
|
@ -52,7 +52,14 @@ check:
|
||||||
|
|
||||||
# Do a quick compile only check of the tests and impliclity the
|
# Do a quick compile only check of the tests and impliclity the
|
||||||
# library code as well.
|
# 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-bins: test-binaries
|
||||||
|
|
||||||
%.test: % force_go_build
|
%.test: % force_go_build
|
||||||
|
|
|
@ -175,6 +175,7 @@ test_go_ceph() {
|
||||||
pkgs=(\
|
pkgs=(\
|
||||||
"cephfs" \
|
"cephfs" \
|
||||||
"internal/callbacks" \
|
"internal/callbacks" \
|
||||||
|
"internal/cutil" \
|
||||||
"internal/errutil" \
|
"internal/errutil" \
|
||||||
"internal/retry" \
|
"internal/retry" \
|
||||||
"rados" \
|
"rados" \
|
||||||
|
|
Loading…
Reference in New Issue