2012-09-19 11:19:00 -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/.
|
|
|
|
|
2013-03-29 15:28:26 -07:00
|
|
|
# disabled until bug 859593 is fixed
|
2013-07-01 00:01:23 -07:00
|
|
|
#MOCHITEST_FILES += \
|
2013-03-29 15:28:26 -07:00
|
|
|
# test_camera.html \
|
|
|
|
# $(NULL)
|
|
|
|
ifdef MOZ_B2G
|
2013-07-01 00:01:23 -07:00
|
|
|
MOCHITEST_FILES += \
|
2013-03-29 15:28:26 -07:00
|
|
|
test_keyboard.html \
|
|
|
|
test_wifi-manage.html \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifdef MOZ_B2G_RIL
|
2013-07-01 00:01:23 -07:00
|
|
|
MOCHITEST_FILES += \
|
2013-03-29 15:28:26 -07:00
|
|
|
test_cellbroadcast.html \
|
|
|
|
test_mobileconnection.html \
|
|
|
|
test_networkstats-manage.html \
|
|
|
|
test_telephony.html \
|
|
|
|
test_voicemail.html \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifdef MOZ_B2G_FM
|
2013-07-01 00:01:23 -07:00
|
|
|
MOCHITEST_FILES += \
|
2013-03-29 15:28:26 -07:00
|
|
|
test_fmradio.html \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifdef MOZ_B2G_BT
|
2013-07-01 00:01:23 -07:00
|
|
|
MOCHITEST_FILES += \
|
2013-03-29 15:28:26 -07:00
|
|
|
test_bluetooth.html \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifdef MOZ_WEBSMS_BACKEND
|
2013-07-01 00:01:23 -07:00
|
|
|
MOCHITEST_FILES += \
|
2013-03-29 15:28:26 -07:00
|
|
|
test_sms.html \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifdef MOZ_TIME_MANAGER
|
2013-07-01 00:01:23 -07:00
|
|
|
MOCHITEST_FILES += \
|
2013-03-29 15:28:26 -07:00
|
|
|
test_time.html \
|
|
|
|
$(NULL)
|
|
|
|
endif
|