2014-03-24 14:06:06 +04:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
|
|
# vim: set filetype=python:
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# 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/.
|
|
|
|
|
2014-10-30 07:06:12 +03:00
|
|
|
GeckoCppUnitTests([
|
2014-08-25 17:26:34 +04:00
|
|
|
'TestAudioBuffers',
|
2014-04-25 18:09:30 +04:00
|
|
|
'TestAudioMixer'
|
2014-09-03 09:10:54 +04:00
|
|
|
])
|
2014-03-24 14:06:06 +04:00
|
|
|
|
|
|
|
FAIL_ON_WARNINGS = True
|
|
|
|
|
|
|
|
LOCAL_INCLUDES += [
|
|
|
|
'..',
|
|
|
|
]
|