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 \
|
||||
qscriptengine \
|
||||
qscriptvalue \
|
||||
sunspider \
|
||||
qscriptqobject \
|
||||
qscriptvalueiterator \
|
||||
v8
|
||||
qscriptvalueiterator
|
||||
|
||||
TRUSTED_BENCHMARKS += \
|
||||
qscriptclass \
|
||||
|
|
Loading…
Reference in New Issue