[Kimchi-devel] [PATCH 08/10] 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
Wed Nov 25 05:16:09 UTC 2015


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

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

diff --git a/tests/Makefile.am b/tests/Makefile.am
index e9800a5..cd66d90 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,9 @@ 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.1.0




More information about the Kimchi-devel mailing list