summaryrefslogtreecommitdiff
path: root/sal/CppunitTest_sal_rtl_bootstrap.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-06 16:13:57 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-06 16:20:55 +0100
commit4de42d02f865464057ca5681c67f63fece355173 (patch)
tree771bf40b3443765c3aba23ffc2d430375aad3674 /sal/CppunitTest_sal_rtl_bootstrap.mk
parentc6d03e72014d15825a47aab3c2a1bc73cbba2df8 (diff)
Add some rtl::Bootstrap unit test
...there is still additional old cruft in sal/qa/rtl/bootstrap/, some of it might be worthwhile to resurrect. Change-Id: Ie334431abc8de839fa2e655cbd3dc4d014c38f15
Diffstat (limited to 'sal/CppunitTest_sal_rtl_bootstrap.mk')
-rw-r--r--sal/CppunitTest_sal_rtl_bootstrap.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/sal/CppunitTest_sal_rtl_bootstrap.mk b/sal/CppunitTest_sal_rtl_bootstrap.mk
new file mode 100644
index 000000000000..f5771ea02b66
--- /dev/null
+++ b/sal/CppunitTest_sal_rtl_bootstrap.mk
@@ -0,0 +1,21 @@
+# -*- 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/.
+#
+
+$(eval $(call gb_CppunitTest_CppunitTest,sal_rtl_bootstrap))
+
+$(eval $(call gb_CppunitTest_add_exception_objects,sal_rtl_bootstrap, \
+ sal/qa/rtl/bootstrap/expand \
+))
+
+$(eval $(call gb_CppunitTest_use_libraries,sal_rtl_bootstrap, \
+ sal \
+ $(gb_UWINAPI) \
+))
+
+# vim: set noet sw=4 ts=4: