2012-08-31 13:59:37 -07:00
|
|
|
# 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/.
|
|
|
|
|
|
|
|
DEPTH := @DEPTH@
|
|
|
|
topsrcdir := @top_srcdir@
|
|
|
|
srcdir := @srcdir@
|
|
|
|
VPATH := @srcdir@
|
|
|
|
relativesrcdir := @relativesrcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MOCHITEST_FILES := \
|
2012-11-05 10:49:35 -08:00
|
|
|
test_bug808374.html \
|
2012-09-21 15:42:14 -07:00
|
|
|
test_AudioBuffer.html \
|
2012-08-31 13:59:37 -07:00
|
|
|
test_AudioContext.html \
|
2012-11-05 16:26:03 -08:00
|
|
|
test_AudioListener.html \
|
2012-09-24 20:31:58 -07:00
|
|
|
test_badConnect.html \
|
2012-10-31 17:26:03 -07:00
|
|
|
test_delayNode.html \
|
2012-11-06 17:01:11 -08:00
|
|
|
test_dynamicsCompressorNode.html \
|
2012-10-31 12:09:32 -07:00
|
|
|
test_gainNode.html \
|
2012-11-05 18:14:13 -08:00
|
|
|
test_pannerNode.html \
|
2012-09-24 20:31:58 -07:00
|
|
|
test_singleSourceDest.html \
|
2012-08-31 13:59:37 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|