mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
26 lines
718 B
Makefile
26 lines
718 B
Makefile
# vim: noexpandtab ts=8 sw=8
|
|
#
|
|
# 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/.
|
|
|
|
|
|
|
|
LIBS = $(XPCOM_LIBS) \
|
|
$(NSPR_LIBS) \
|
|
$(NULL)
|
|
|
|
DEFINES += $(TK_CFLAGS)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
check::
|
|
$(RUN_TEST_PROGRAM) $(DIST)/bin/TestCookie$(BIN_SUFFIX)
|
|
|
|
# One of the xpcshell unit tests needs this file, so make sure it winds
|
|
# up in the test directory.
|
|
libs::
|
|
$(NSINSTALL) -D $(DEPTH)/_tests/xpcshell/$(relativesrcdir)/unit/data
|
|
$(INSTALL) $(topsrcdir)/netwerk/dns/effective_tld_names.dat \
|
|
$(DEPTH)/_tests/xpcshell/$(relativesrcdir)/unit/
|