mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 07:19:39 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@739 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
263 B
BlitzBasic
14 lines
263 B
BlitzBasic
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"
|
|
|