diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-23 22:28:27 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-23 22:29:15 +0100 |
commit | 6c0a26274629ae4f83105aa5f038d21b5c8ca7d0 (patch) | |
tree | ee99c4577644affd61e3d28a54c8e40b30b4ee46 /test/Library_subsequenttest.mk | |
parent | f94399ef8023ad3b21528ecdc00e44366d4c3fe5 (diff) |
add new interface tests for some common data structures
Diffstat (limited to 'test/Library_subsequenttest.mk')
-rw-r--r-- | test/Library_subsequenttest.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Library_subsequenttest.mk b/test/Library_subsequenttest.mk index 649fa1e75036..d1c383dde290 100644 --- a/test/Library_subsequenttest.mk +++ b/test/Library_subsequenttest.mk @@ -67,6 +67,8 @@ $(eval $(call gb_Library_use_external,subsequenttest,cppunit)) $(eval $(call gb_Library_add_exception_objects,subsequenttest,\ test/source/unoapi_test \ + test/source/container/xelementaccess \ + test/source/container/xindexaccess \ test/source/container/xnamecontainer \ test/source/sheet/cellproperties \ test/source/sheet/datapilotfield \ |