[Kimchi-devel] [PATCH V2][Wok 07/12] FVT: Makefile needed for build and run fvt.

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


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

Makefile for building and running fvt.

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

diff --git a/tests/fvt/Makefile.am b/tests/fvt/Makefile.am
new file mode 100644
index 0000000..c1d3934
--- /dev/null
+++ b/tests/fvt/Makefile.am
@@ -0,0 +1,43 @@
+#
+# Project Wok
+#
+# Copyright IBM Corp, 2016
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+EXTRA_DIST = \
+	Makefile.am \
+	run_tests.sh.in \
+	$(wildcard *.py) \
+	$(NULL)
+
+noinst_SCRIPTS = run_tests.sh
+
+do_substitution = \
+	sed -e 's,[@]HAVE_PYMOD_UNITTEST[@],$(HAVE_PYMOD_UNITTEST),g' \
+	-e 's,[@]PYTHON_VERSION[@],$(PYTHON_VERSION),g'
+
+run_tests.sh: run_tests.sh.in Makefile
+	$(do_substitution) < $(srcdir)/run_tests.sh.in > run_tests.sh
+	chmod +x run_tests.sh
+
+CLEANFILES = run_tests.sh
+
+check-fvt:
+	./run_tests.sh
+	rm -fr venv
+
+clean-local:
+	rm -fr venv
-- 
2.5.0




More information about the Kimchi-devel mailing list