aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/fstests/fstests.bb
blob: 84159d3520f39ccb356b5e5f5f9a13127def8e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "various benchmarning tests for X"
HOMEPAGE = "http://www.o-hand.com"
SECTION = "devel"
LICENSE = "GPL"
PR = "r0"

inherit autotools

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

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