summaryrefslogtreecommitdiff
path: root/sal/Module_sal.mk
diff options
context:
space:
mode:
authorRadu Ioan <ioan.radu.g@gmail.com>2012-09-09 01:02:51 +0300
committerCaolán McNamara <caolanm@redhat.com>2012-09-10 20:25:30 +0000
commit6ffa064e7d8bfcdef815f24e2cfdb791dc960ba2 (patch)
tree4c7e91c77def17f6fc72a60fefa17b6b6c660154 /sal/Module_sal.mk
parent304247bbfd5bb46fc72bb2ed39711f6fc60ffef4 (diff)
fdo#39625 Make existing cppunittests work
Make sal testHelperFunctions cppunit work - removed call to simpleheader.hxx - added call in Module_sal.mk for sal_testHelperFunctions - created mk for cppunittest for sal_testHelperFunctions - removed unused and unusefull function Patch#2 - remove some unusefull include - add bug number to commit message Change-Id: I2f4e831cea0213a07f440bb00e0302eb1c4d7dc1 Reviewed-on: https://gerrit.libreoffice.org/588 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sal/Module_sal.mk')
-rw-r--r--sal/Module_sal.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk
index ec6545dfd30e..e693abc1f615 100644
--- a/sal/Module_sal.mk
+++ b/sal/Module_sal.mk
@@ -72,6 +72,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\
CppunitTest_sal_rtl_strings \
CppunitTest_sal_rtl_uuid \
CppunitTest_sal_tcwf \
+ CppunitTest_sal_testHelperFunctions \
CppunitTest_sal_types \
))