summaryrefslogtreecommitdiffstats
path: root/salhelper/Module_salhelper.mk
diff options
context:
space:
mode:
authorRadu Ioan <ioan.radu.g@gmail.com>2012-10-08 22:07:39 +0300
committerCaolán McNamara <caolanm@redhat.com>2012-10-10 08:22:31 +0000
commit0ea421781b16b449045e66c38007374ab2f2c509 (patch)
tree063ad5af64ff224dd0d0b21601c87dc39772d68e /salhelper/Module_salhelper.mk
parentmork driver: add list tables and unit test (diff)
downloadcore-0ea421781b16b449045e66c38007374ab2f2c509.tar.gz
core-0ea421781b16b449045e66c38007374ab2f2c509.zip
fdo#39625 Make existing cppunittests work
Make salhelper testapi cppunit work - removed call to simpleheader.hxx - added call in Module_sal.mk for sal_testapi - created mk for cppunittest for sal_testapi - fixed some compile warning for auto_ptr Change-Id: I07a58dbd5282f92604f58eb450e0bf549c54c6b3 Reviewed-on: https://gerrit.libreoffice.org/839 Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'salhelper/Module_salhelper.mk')
-rw-r--r--salhelper/Module_salhelper.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/salhelper/Module_salhelper.mk b/salhelper/Module_salhelper.mk
index 7f111d899da3..699fbed11eec 100644
--- a/salhelper/Module_salhelper.mk
+++ b/salhelper/Module_salhelper.mk
@@ -35,6 +35,7 @@ $(eval $(call gb_Module_add_targets,salhelper,\
$(eval $(call gb_Module_add_check_targets,salhelper,\
CppunitTest_salhelper_checkapi \
+ CppunitTest_salhelper_testapi \
))
# vim: set noet sw=4 ts=4: