fd44cb60d3c5f444a5e8465991c4967e45016e16
[ci-management.git] / jjb / vpp / include-raw-vpp-test-checkstyle.sh
1 #!/bin/bash
2
3 if grep '.PHONY: checkstyle' test/Makefile > /dev/null
4 then
5         make test-checkstyle
6 else
7         echo "Can't find checkstyle target in test/Makefile - skipping test checkstyle"
8 fi