summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/jsaccount/test/moz.build
blob: a3af38d313e51e8e72df2b60f05da1652c0f5d88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/

TEST_DIRS += [
    "idl",
]

XPCSHELL_TESTS_MANIFESTS += ["unit/xpcshell.ini"]

TESTING_JS_MODULES.mailnews += [
    "unit/resources/testJaBaseIncomingServer.jsm",
    "unit/resources/testJaBaseMsgFolder.jsm",
]