Add libgmock-dev to package list (for building and running tests on the Pi) (#824)

This commit is contained in:
Uwe Seimet 2022-09-02 18:20:34 +02:00 committed by GitHub
parent e649a014d5
commit 355b42703b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,8 +83,9 @@ function sudoCheck() {
# install all dependency packages for RaSCSI Service
function installPackages() {
sudo apt-get update && sudo apt-get install git libspdlog-dev libpcap-dev \
genisoimage python3 python3-venv python3-dev python3-pip nginx libpcap-dev \
protobuf-compiler bridge-utils libev-dev libevdev2 unar disktype -y </dev/null
genisoimage python3 python3-venv python3-dev python3-pip nginx \
libpcap-dev protobuf-compiler bridge-utils libev-dev libevdev2 unar \
disktype libgmock-dev -y </dev/null
}
# cache the pip packages