summaryrefslogtreecommitdiff
path: root/stoc/test/makefile.mk
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2002-01-25 11:47:36 +0000
committerDaniel Boelzle <dbo@openoffice.org>2002-01-25 11:47:36 +0000
commit03fe912c0a16c965e5569e185ce5594133685cfc (patch)
tree4e4185fb19cf48c6a985a1cb5ac82a5572377249 /stoc/test/makefile.mk
parent7ef59dba1a83e2a41c5cbf999a91da3bb6440d4c (diff)
#88919# security test
Diffstat (limited to 'stoc/test/makefile.mk')
-rw-r--r--stoc/test/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/stoc/test/makefile.mk b/stoc/test/makefile.mk
index 206c46eb9d4a..64e8e0ce5ff5 100644
--- a/stoc/test/makefile.mk
+++ b/stoc/test/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: jbu $ $Date: 2001-12-07 16:24:51 $
+# last change: $Author: dbo $ $Date: 2002-01-25 12:47:35 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -250,6 +250,7 @@ TESTIADAPTER:=com.sun.star.beans.XIntrospection;com.sun.star.beans.MethodConcept
TESTINTROSP:=ModuleA;ModuleA.XIntroTest;com.sun.star.beans.XPropertySet;com.sun.star.container.XIndexAccess;com.sun.star.container.XNameAccess;com.sun.star.beans.PropertyAttribute;com.sun.star.beans.PropertyConcept
TESTCONV:=com.sun.star.script.XTypeConverter
TESTPROXYFAC:=com.sun.star.reflection.XProxyFactory
+TESTSECURITY:=com.sun.star.security.AllPermission;com.sun.star.security.XPolicy;com.sun.star.security.XAccessController;com.sun.star.io.FilePermission;com.sun.star.connection.SocketPermission;com.sun.star.uno.XCurrentContext
$(BIN)$/test1.rdb:
+cd $(BIN) && regcomp -register -r test1.rdb -c $(MY_DLLPREFIX)at$(MY_DLLPOSTFIX)
@@ -270,4 +271,5 @@ $(MISC)$/test_types_generated.flag : $(BIN)$/stoctest.rdb makefile.mk
+cppumaker $(CPPUMAKERFLAGS) -BUCR -O$(UNOUCROUT) -T"$(TESTINTROSP)" $(BIN)$/stoctest.rdb
+cppumaker $(CPPUMAKERFLAGS) -BUCR -O$(UNOUCROUT) -T"$(TESTCONV)" $(BIN)$/stoctest.rdb
+cppumaker $(CPPUMAKERFLAGS) -BUCR -O$(UNOUCROUT) -T"$(TESTPROXYFAC)" $(BIN)$/stoctest.rdb
+ +cppumaker $(CPPUMAKERFLAGS) -BUCR -O$(UNOUCROUT) -T"$(TESTSECURITY)" $(BIN)$/stoctest.rdb
touch $(MISC)$/test_types_generated.flag