From 4f30646d306180c669ab1d6f27b14f7689e79ab7 Mon Sep 17 00:00:00 2001
From: Gene Snider <eugene.snider@huawei.com>
Date: Mon, 16 Mar 2015 15:18:32 -0700
Subject: 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>
---
 src/ovs/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'src/ovs')

diff --git a/src/ovs/Makefile b/src/ovs/Makefile
index 9052d341..168939e6 100644
--- a/src/ovs/Makefile
+++ b/src/ovs/Makefile
@@ -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:
-- 
cgit 1.2.3-korg