summaryrefslogtreecommitdiff
path: root/smoketest/Extension_TestExtension.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-21 12:05:47 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-21 17:44:22 +0200
commit940bc35696c9020c8afb134759eb6b7802df7246 (patch)
treeafda08b2d42184b0391c10a20362e8882a1f314d /smoketest/Extension_TestExtension.mk
parent14fb27c209d9d9cf8bd75f87005da8a0a42eeb8f (diff)
gbuild: use Extension
Change-Id: Ibbcf0ea1744090e0108faf2a617a96177e934aec
Diffstat (limited to 'smoketest/Extension_TestExtension.mk')
-rw-r--r--smoketest/Extension_TestExtension.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/smoketest/Extension_TestExtension.mk b/smoketest/Extension_TestExtension.mk
new file mode 100644
index 000000000000..454aede5a82c
--- /dev/null
+++ b/smoketest/Extension_TestExtension.mk
@@ -0,0 +1,14 @@
+# -*- 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_Extension_Extension,TestExtension,smoketest/com/sun/star/comp/smoketest))
+
+$(eval $(call gb_Extension_add_file,TestExtension,TestExtension.jar,$(call gb_Jar_get_outdir_target,TestExtension)))
+
+# vim: set noet sw=4 ts=4: