From 74d51c8c3e18a8b6738aff0c6f7ff706fd70eaa6 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:57:02 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- recipes-test/autotest/autotest.inc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-test/autotest/autotest.inc (limited to 'recipes-test/autotest/autotest.inc') diff --git a/recipes-test/autotest/autotest.inc b/recipes-test/autotest/autotest.inc new file mode 100644 index 0000000..c9ac55e --- /dev/null +++ b/recipes-test/autotest/autotest.inc @@ -0,0 +1,17 @@ +SUMMARY = "Autotest framework" +DESCRIPTION = "Autotest - fully automated testing under linux." +HOMEPAGE = "http://autotest.github.io" +SECTION = "console/tests" +LICENSE = "GPLv2 & BSD & LGPLv2+ & MIT" + +SRC_URI = "https://github.com/autotest/autotest/archive/${PV}.tar.gz" + +FILES_${PN} += "/opt /etc/profile.d/autotest.sh" + +do_install() { + install -d ${D}/opt/${PN} + cp -r ${B}/* ${D}/opt/${PN} + + mkdir -p ${D}/etc/profile.d/ + echo "export AUTOTEST_PATH=/opt/${PN}" > ${D}/etc/profile.d/autotest.sh +} -- cgit v1.2.3-54-g00ecf