summaryrefslogtreecommitdiff
path: root/sw/qa/complex/writer/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/complex/writer/makefile.mk')
-rwxr-xr-xsw/qa/complex/writer/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/qa/complex/writer/makefile.mk b/sw/qa/complex/writer/makefile.mk
index 7bcc7fe934c9..de5200d47142 100755
--- a/sw/qa/complex/writer/makefile.mk
+++ b/sw/qa/complex/writer/makefile.mk
@@ -41,7 +41,7 @@ PACKAGE = complex$/writer
#----- compile .java files -----------------------------------------
JARFILES = mysql.jar sandbox.jar ridl.jar unoil.jar jurt.jar juh.jar java_uno.jar OOoRunner.jar
-JAVAFILES = CheckIndexedPropertyValues.java CheckNamedPropertyValues.java CheckCrossReferences.java CheckBookmarks.java CheckFlies.java
+JAVAFILES = CheckIndexedPropertyValues.java CheckNamedPropertyValues.java CheckCrossReferences.java CheckBookmarks.java CheckFlies.java TextPortionEnumerationTest.java
JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
#----- make a jar from compiled files ------------------------------
@@ -85,7 +85,9 @@ run: \
CheckCrossReferences \
CheckIndexedPropertyValues \
CheckNamedPropertyValues \
- CheckFlies
+ CheckFlies \
+ TextPortionEnumerationTest \
+
RUN: run
@@ -105,3 +107,6 @@ CheckBookmarks:
CheckFlies:
+java -cp $(CLASSPATH) $(CT_APP) $(CT_APPEXECCOMMAND) $(CT_TESTBASE) -tdoc $(PWD)$/testdocuments $(CT_PACKAGE).CheckFlies
+TextPortionEnumerationTest:
+ +java -cp $(CLASSPATH) $(CT_APP) $(CT_APPEXECCOMMAND) $(CT_TESTBASE) -tdoc $(PWD)$/testdocuments $(CT_PACKAGE).TextPortionEnumerationTest
+