diff options
-rw-r--r-- | ridljar/test/com/sun/star/uno/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ridljar/test/com/sun/star/uno/makefile.mk b/ridljar/test/com/sun/star/uno/makefile.mk index 8c05b031313e..50e93b29db8d 100644 --- a/ridljar/test/com/sun/star/uno/makefile.mk +++ b/ridljar/test/com/sun/star/uno/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-08 13:28:31 $ +# last change: $Author: hr $ $Date: 2006-01-26 17:42:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,6 +39,7 @@ TARGET := test_com_sun_star_uno PACKAGE := com$/sun$/star$/uno JAVATESTFILES := \ + Any_Test.java \ Type_Test.java \ UnoRuntime_Test.java |