Remove mixedly licensed tests.
The license mix in Qt Script is already quite colorful, and the sunspider and V8 tests are a further mix of licenses and license-not-specified or clearly non-DFSG. Currently the easiest way out is to repackage the tarball not to include those tests. This patch disables the tests provided by the removed sources. Forwarded: not-needed Gbp-Pq: Name disable_v8_sunspider_tests.patch
This commit is contained in:
parent
49bc41f7f1
commit
3eeeefa94a
|
@ -5,10 +5,8 @@ SUBDIRS = \
|
||||||
qscriptclass_bytearray \
|
qscriptclass_bytearray \
|
||||||
qscriptengine \
|
qscriptengine \
|
||||||
qscriptvalue \
|
qscriptvalue \
|
||||||
sunspider \
|
|
||||||
qscriptqobject \
|
qscriptqobject \
|
||||||
qscriptvalueiterator \
|
qscriptvalueiterator
|
||||||
v8
|
|
||||||
|
|
||||||
TRUSTED_BENCHMARKS += \
|
TRUSTED_BENCHMARKS += \
|
||||||
qscriptclass \
|
qscriptclass \
|
||||||
|
|
Loading…
Reference in New Issue