[Kimchi-devel] [PATCH V2][Wok 08/12] FVT: Added fvt as subdirs and check-fvt to run fvt testcases using make.

archus at linux.vnet.ibm.com archus at linux.vnet.ibm.com
Mon May 30 07:10:27 UTC 2016


From: Archana Singh <archus at linux.vnet.ibm.com>

Added fvt as subdirs and check-fvt to run fvt testcases using make.

Signed-off-by: Archana Singh <archus at linux.vnet.ibm.com>
---
 tests/Makefile.am | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9ead666..656cfae 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -17,6 +17,8 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
+SUBDIRS = fvt
+
 EXTRA_DIST = \
 	Makefile.am \
 	run_tests.sh.in \
@@ -46,5 +48,10 @@ check-local:
 	$(MKDIR_P) $(top_srcdir)/data/screenshots
 	./run_tests.sh
 
+check-fvt:
+	fvt/run_tests.sh
+	rm -fr venv
+
+
 BUILT_SOURCES = test_config.py
 CLEANFILES = run_tests.sh test_config.py
-- 
2.5.0




More information about the Kimchi-devel mailing list