diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-21 12:02:46 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-23 19:46:46 +0100 |
commit | 95780ec73990f96dc16fc677c895d00fa1360008 (patch) | |
tree | 875b727854a9d3c4dd0d2958ba490627ca53b78a /test/Library_subsequenttest.mk | |
parent | 3fcde5e3f9e0921effd9ffd6c26246647f108ce3 (diff) |
refactor concept for c++ based subsequenttests
Diffstat (limited to 'test/Library_subsequenttest.mk')
-rw-r--r-- | test/Library_subsequenttest.mk | 11 |
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: |