SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
include $(SELF_DIR)CommonMakefile.mk
all: setup lint test

jenkins: #setup lint test
