Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Work-around-binutils-assertion-on-mips.patch
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-GeckoCppUnitTests([
- 'test_tone'
-])
+if CONFIG['CPU_ARCH'] != 'mips':
+ GeckoCppUnitTests([
+ 'test_tone'
+ ])
-if CONFIG['OS_TARGET'] != 'Android':
- GeckoCppUnitTests([
- 'test_audio',
- 'test_latency',
- 'test_sanity'
- ])
+ if CONFIG['OS_TARGET'] != 'Android':
+ GeckoCppUnitTests([
+ 'test_audio',
+ 'test_latency',
+ 'test_sanity'
+ ])
LOCAL_INCLUDES += [
'../include'