6cb6fac3ef9aae1ae54707930c66650319efb618
[ci-management.git] / jjb / vpp / include-raw-vpp-test-checkstyle.sh
1 #!/bin/bash
2 # jjb/vpp/include-raw-vpp-test-checkstyle.sh
3
4 if [ "$(grep -E '^test-checkstyle:' Makefile)" = "test-checkstyle:" ]
5 then
6         make test-checkstyle
7 else
8         echo "Can't find test-checkstyle target in Makefile - skipping test checkstyle"
9 fi