mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
791bd2888f
--HG-- rename : media/libcubeb/gtest/common.h => media/libcubeb/tests/common.h rename : media/libcubeb/gtest/moz.build => media/libcubeb/tests/moz.build rename : media/libcubeb/gtest/test_audio.cpp => media/libcubeb/tests/test_audio.cpp rename : media/libcubeb/gtest/test_devices.cpp => media/libcubeb/tests/test_devices.cpp rename : media/libcubeb/gtest/test_duplex.cpp => media/libcubeb/tests/test_duplex.cpp rename : media/libcubeb/gtest/test_record.cpp => media/libcubeb/tests/test_record.cpp rename : media/libcubeb/gtest/test_resampler.cpp => media/libcubeb/tests/test_resampler.cpp rename : media/libcubeb/gtest/test_sanity.cpp => media/libcubeb/tests/test_sanity.cpp rename : media/libcubeb/gtest/test_tone.cpp => media/libcubeb/tests/test_tone.cpp
10 lines
340 B
Python
10 lines
340 B
Python
# -*- Mode: python; 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/.
|
|
|
|
DIRS += ['include', 'src']
|
|
TEST_DIRS += ['gtest']
|
|
|