aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/fstests/fstests.bb
blob: ba27c82810560b88a85c496aee00f2da348ac9ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"