]> code.ossystems Code Review - openembedded-core.git/commitdiff
files for fstest suite
authorTomas Frydrych <tf@openedhand.com>
Mon, 18 Sep 2006 15:06:02 +0000 (15:06 +0000)
committerTomas Frydrych <tf@openedhand.com>
Mon, 18 Sep 2006 15:06:02 +0000 (15:06 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@722 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/fstests/fstests.bb [new file with mode: 0644]

diff --git a/meta/packages/fstests/fstests.bb b/meta/packages/fstests/fstests.bb
new file mode 100644 (file)
index 0000000..ba27c82
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "various benchmarning tests for X"
+HOMEPAGE = "http://www.o-hand.com"
+SECTION = "devel"
+LICENSE = "GPL"
+MAINTAINER = "Matthew Allum <mallum@o-hand.com>"
+PR = "r0"
+
+inherit autotools
+
+SRC_URI = \
+    "svn://svn.o-hand.com/repos/misc/trunk;module=fstests;proto=http"
+
+S = "${WORKDIR}/fstests/tests"
+