diff options
author | Radu Ioan <ioan.radu.g@gmail.com> | 2012-09-09 09:07:19 +0300 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-09-11 12:47:46 +0000 |
commit | 48c3b4e835bc413aa7f83eeab0b3183bf4f8dff6 (patch) | |
tree | b1d7462e0929c2735cb74e2c7141a228eba254ac /sal/Module_sal.mk | |
parent | 1ebed7b6c9aad8148ba22072c17f1a3fd9a1f3fe (diff) |
fdo#39625 Make existing cppunittests work
Make sal_rtl_uri cppunittest work
- removed call to simpleheader.hxx
- added call in Module_sal.mk for sal_rtl_uri
- created mk for cppunittest for sal_rtl_uri
- removed duplicate include
- change from t_print to printf
Change-Id: I928ade62eb51ba1cb0a74e347411b344d57e97d0
Reviewed-on: https://gerrit.libreoffice.org/590
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'sal/Module_sal.mk')
-rw-r--r-- | sal/Module_sal.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk index ec6545dfd30e..a144b3c268dc 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -70,6 +70,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\ CppunitTest_sal_rtl_ostringbuffer \ CppunitTest_sal_rtl_oustringbuffer \ CppunitTest_sal_rtl_strings \ + CppunitTest_sal_rtl_uri \ CppunitTest_sal_rtl_uuid \ CppunitTest_sal_tcwf \ CppunitTest_sal_types \ |