diff --git a/test/config/vm_setup.sh b/test/config/vm_setup.sh index c020eb421..48e6344b1 100755 --- a/test/config/vm_setup.sh +++ b/test/config/vm_setup.sh @@ -60,6 +60,8 @@ sudo dnf install -y python sudo dnf install -y python-pep8 sudo dnf install -y lcov sudo dnf install -y libuuid-devel +sudo dnf install -y elfutils-libelf-devel +sudo dnf install -y flex cd ~