From 31da40add4a008817218d0464f9b8550b98f95b6 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 22 May 2003 08:19:35 +0000 Subject: INTEGRATION: CWS uno4 (1.1.1.1.72); FILE MERGED 2003/05/07 12:37:42 sb 1.1.1.1.72.1: #108642# Cleaned up tests. --- jurt/test/com/sun/star/lib/util/makefile.mk | 33 +++++++++-------------------- 1 file changed, 10 insertions(+), 23 deletions(-) diff --git a/jurt/test/com/sun/star/lib/util/makefile.mk b/jurt/test/com/sun/star/lib/util/makefile.mk index 9270050562b8..b0c11c9a8dc9 100644 --- a/jurt/test/com/sun/star/lib/util/makefile.mk +++ b/jurt/test/com/sun/star/lib/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 15:27:56 $ +# last change: $Author: vg $ $Date: 2003-05-22 09:19:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -57,29 +57,16 @@ # Contributor(s): _______________________________________ # # -# #************************************************************************* -PRJ=..$/..$/..$/..$/..$/.. - +PRJ := ..$/..$/..$/..$/..$/.. PRJNAME := jurt -PACKAGE := com$/sun$/star$/lib$/util -TARGET := test_com_sun_star_lib_util - - -# --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk - +TARGET := test_com_sun_star_lib_util -# Files -------------------------------------------------------- - -JARFILES = sandbox.jar - -JAVACLASSFILES= \ - $(CLASSDIR)$/$(PACKAGE)$/WeakTable_Test.class - - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk +PACKAGE := com$/sun$/star$/lib$/util +JAVATESTFILES := \ + NativeLibraryLoader_Test.java \ + WeakTable_Test.java +JARFILES := sandbox.jar +.INCLUDE: javaunittest.mk -- cgit