summaryrefslogtreecommitdiffstats
path: root/meta/packages/fstests/fstests.bb
blob: df2ce0af8fd304ba031dadeeda60dab25a3c492d (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"
PR = "r0"
PV = "0.0+svn${SRCDATE}"

inherit autotools

SRC_URI = \
    "svn://svn.o-hand.com/repos/misc/trunk;module=fstests;proto=http"

S = "${WORKDIR}/fstests/tests"