mirror of https://github.com/ceph/go-ceph
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:
parent
fd10d9b756
commit
1e4c2d09ae
1
Makefile
1
Makefile
|
@ -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 \
|
||||
|
|
|
@ -184,6 +184,7 @@ test_go_ceph() {
|
|||
P=github.com/ceph/go-ceph
|
||||
pkgs=(\
|
||||
"cephfs" \
|
||||
"cephfs/admin" \
|
||||
"internal/callbacks" \
|
||||
"internal/cutil" \
|
||||
"internal/errutil" \
|
||||
|
|
Loading…
Reference in New Issue