summaryrefslogtreecommitdiff
path: root/test/Library_subsequenttest.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/Library_subsequenttest.mk')
-rw-r--r--test/Library_subsequenttest.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/Library_subsequenttest.mk b/test/Library_subsequenttest.mk
index 802b0f71dc98..649fa1e75036 100644
--- a/test/Library_subsequenttest.mk
+++ b/test/Library_subsequenttest.mk
@@ -67,6 +67,17 @@ $(eval $(call gb_Library_use_external,subsequenttest,cppunit))
$(eval $(call gb_Library_add_exception_objects,subsequenttest,\
test/source/unoapi_test \
+ test/source/container/xnamecontainer \
+ test/source/sheet/cellproperties \
+ test/source/sheet/datapilotfield \
+ test/source/sheet/xcellrangesquery \
+ test/source/sheet/xdatabaserange \
+ test/source/sheet/xdatapilotdescriptor \
+ test/source/sheet/xdatapilotfieldgrouping \
+ test/source/sheet/xdatapilottable \
+ test/source/sheet/xnamedrange \
+ test/source/sheet/xnamedranges \
+ test/source/sheet/xspreadsheets2 \
))
# vim: set noet sw=4 ts=4: