summaryrefslogtreecommitdiff
path: root/sal/CppunitTest_sal_rtl_uri.mk
diff options
context:
space:
mode:
authorRadu Ioan <ioan.radu.g@gmail.com>2012-09-09 09:07:19 +0300
committerLuboš Luňák <l.lunak@suse.cz>2012-09-11 12:47:46 +0000
commit48c3b4e835bc413aa7f83eeab0b3183bf4f8dff6 (patch)
treeb1d7462e0929c2735cb74e2c7141a228eba254ac /sal/CppunitTest_sal_rtl_uri.mk
parent1ebed7b6c9aad8148ba22072c17f1a3fd9a1f3fe (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/CppunitTest_sal_rtl_uri.mk')
-rw-r--r--sal/CppunitTest_sal_rtl_uri.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/sal/CppunitTest_sal_rtl_uri.mk b/sal/CppunitTest_sal_rtl_uri.mk
new file mode 100644
index 000000000000..125265c74869
--- /dev/null
+++ b/sal/CppunitTest_sal_rtl_uri.mk
@@ -0,0 +1,28 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Radu Ioan <ioan.radu.g@gmail.com> (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+
+$(eval $(call gb_CppunitTest_CppunitTest,sal_rtl_uri))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sal_rtl_uri,\
+ sal/qa/rtl/uri/rtl_Uri \
+ sal/qa/rtl/uri/rtl_testuri \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sal_rtl_uri,\
+ sal \
+ $(gb_STDLIBS) \
+))
+
+# vim: set noet sw=4 ts=4: