Blame tests/p_gcc-gnat/0-install_gcc-gnat.sh

Pablo Greco b926df
#!/bin/bash -x
9838c4
# Author: Pablo Greco <pablo@fliagreco.com.ar>
9838c4
9838c4
# Install gcc-gnat
9838c4
t_Log "Running $0 - installing gcc-gnat."
9838c4
9838c4
Pablo Greco b926df
# Install gcc-gnat
Pablo Greco b926df
if [ $centos_ver -eq 7 ];  then
9838c4
  t_InstallPackage gcc-gnat
9838c4
else
Pablo Greco b926df
  t_Log "This test is only valid in CentOS7."
9838c4
fi