aboutsummaryrefslogtreecommitdiffstats
path: root/src/mk
diff options
context:
space:
mode:
authorGene Snider <eugene.snider@huawei.com>2015-03-16 15:18:32 -0700
committerGene Snider <eugene.snider@huawei.com>2015-03-16 16:53:20 -0700
commit4f30646d306180c669ab1d6f27b14f7689e79ab7 (patch)
tree300b1ebb873ead8fe7cb74306310d34493c71e70 /src/mk
parent85f3132c7fd8f8f7aaf2c54237ac24f41b8d6456 (diff)
JIRA: VSPERF-29 - Add build elements for Jenkins
This adds 'sanity' and 'test' stub functions to the build infrastructure Get rid of trailing spaces. Change-Id: I9d4f6f97bec4877dfeef9e5c68d491a928697ed1 Signed-off-by: Gene Snider <eugene.snider@huawei.com>
Diffstat (limited to 'src/mk')
-rw-r--r--src/mk/make-subsys.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mk/make-subsys.mk b/src/mk/make-subsys.mk
index 6a616c3d..16a72715 100644
--- a/src/mk/make-subsys.mk
+++ b/src/mk/make-subsys.mk
@@ -12,7 +12,7 @@
.PHONY: $(SUBDIRS)
-all clean cleanse clobber install uninstall: $(SUBDIRS)
+all clean cleanse clobber install uninstall test sanity: $(SUBDIRS)
$(AT)echo "finished making $@"
$(SUBDIRS):