Bug 350886 - First pass at JavaXPCOM unit tests. r=bsmedberg.

git-svn-id: svn://10.0.0.236/trunk@221247 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com
2007-03-02 21:28:58 +00:00
parent c922380416
commit 338c2f22dd
27 changed files with 2193 additions and 1349 deletions

View File

@@ -13,9 +13,8 @@
#
# The Original Code is Java XPCOM Bindings.
#
# The Initial Developer of the Original Code is
# IBM Corporation.
# Portions created by the Initial Developer are Copyright (C) 2005
# The Initial Developer of the Original Code is IBM Corporation.
# Portions created by the Initial Developer are Copyright (C) 2007
# IBM Corporation. All Rights Reserved.
#
# Contributor(s):
@@ -42,9 +41,17 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = src
DIRS = interfaces glue
TOOL_DIRS = glue
ifdef ENABLE_TESTS
DIRS += tests
endif
include $(topsrcdir)/config/rules.mk
# Build the implementation Java classes
libs::
make -C src jar-libs
install::
make -C src jar-install