diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-30 16:15:29 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-30 16:18:20 -0400 |
commit | 8bffba8222f1edecd4664ea0ef5e686a369ca72f (patch) | |
tree | 0fe5a216ddda7b496dcab039a42956f34b1882cd /test/Library_subsequenttest.mk | |
parent | e1424390d45deb75a75a167e7eba36c012f32d74 (diff) |
Started porting the XPropertySet test code.
Not all its tests have been converted. This is work-in-progress.
Change-Id: I90a789852e05a214440e4f87011b6de3d3d4d08a
Diffstat (limited to 'test/Library_subsequenttest.mk')
-rw-r--r-- | test/Library_subsequenttest.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Library_subsequenttest.mk b/test/Library_subsequenttest.mk index a7c5e415b32f..e10df289d7f7 100644 --- a/test/Library_subsequenttest.mk +++ b/test/Library_subsequenttest.mk @@ -62,6 +62,7 @@ $(eval $(call gb_Library_use_external,subsequenttest,cppunit)) $(eval $(call gb_Library_add_exception_objects,subsequenttest,\ test/source/unoapi_test \ + test/source/beans/xpropertyset \ test/source/container/xelementaccess \ test/source/container/xindexaccess \ test/source/container/xnamecontainer \ |