JIRA: VSPERF-29 - Add build elements for Jenkins 48/148/2
authorGene Snider <eugene.snider@huawei.com>
Mon, 16 Mar 2015 22:18:32 +0000 (15:18 -0700)
committerGene Snider <eugene.snider@huawei.com>
Mon, 16 Mar 2015 23:53:20 +0000 (16:53 -0700)
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>
src/dpdk/Makefile
src/mk/make-subsys.mk
src/ovs/Makefile

index 65a634b..c6cc7bb 100644 (file)
@@ -50,6 +50,12 @@ clobber:
 cleanse:
        $(AT)cd $(WORK_DIR) && git clean -xfd && git checkout -f
 
+test:
+       @echo "Make test in $(WORK_DIR) (stub) "
+
+sanity:
+       @echo "Make sanity in $(WORK_DIR) (stub) "
+
 $(WORK_DIR):
        $(AT)git clone $(DPDK_URL)
 
index 6a616c3..16a7271 100644 (file)
@@ -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):
index 9052d34..168939e 100644 (file)
@@ -66,6 +66,12 @@ clobber:
 cleanse:
        $(AT)cd $(WORK_DIR) && git clean -xfd && git checkout -f
 
+test:
+       @echo "Make test in $(WORK_DIR) (stub) "
+
+sanity:
+       @echo "Make sanity in $(WORK_DIR) (stub) "
+
 .PHONY: boot
 # boot ovs is the process to produce the script 'configure'
 boot $(WORK_DIR)/configure: