From c158582c0fc7f4bd73980fe9adad446855f4d61b Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:19:54 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- 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