Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
d9937dd6
Kaydet (Commit)
d9937dd6
authored
May 17, 2012
tarafından
David Ostrovsky
Kaydeden (comit)
David Tardon
May 29, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
CustomTarget_uno_test added.
Change-Id: Ia6b99cc7ec7d911d46354c1c892d8a6bbd23e188
üst
963241ce
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
10 deletions
+44
-10
CustomTarget_uno_test.mk
testtools/CustomTarget_uno_test.mk
+42
-0
Module_testtools.mk
testtools/Module_testtools.mk
+2
-2
Rdb_uno_services.mk
testtools/Rdb_uno_services.mk
+0
-8
No files found.
testtools/CustomTarget_uno_test.mk
0 → 100644
Dosyayı görüntüle @
d9937dd6
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_CustomTarget_CustomTarget,testtools/uno_test))
gb_UNO := $(OUTDIR)/bin/uno
# this target is phony to run it every time
.PHONY : $(call gb_CustomTarget_get_target,testtools/uno_test)
$(call gb_CustomTarget_get_target,testtools/uno_test) : $(call gb_Rdb_get_target,uno_services) \
$(call gb_InternalUnoApi_get_target,bridgetest)
$(call gb_Helper_abbreviate_dirs_native, $(gb_UNO) \
-ro $(OUTDIR)/xml/uno_services.rdb \
-ro $(OUTDIR)/bin/udkapi.rdb \
-ro $(WORKDIR)/UnoApiTarget/bridgetest.rdb \
-s com.sun.star.test.bridge.BridgeTest \
-- com.sun.star.test.bridge.CppTestObject)
# vim:set shiftwidth=4 tabstop=4 noexpandtab:
testtools/Module_testtools.mk
Dosyayı görüntüle @
d9937dd6
...
@@ -28,14 +28,14 @@ $(eval $(call gb_Module_Module,testtools))
...
@@ -28,14 +28,14 @@ $(eval $(call gb_Module_Module,testtools))
$(eval $(call gb_Module_add_targets,testtools,\
$(eval $(call gb_Module_add_targets,testtools,\
InternalUnoApi_bridgetest \
InternalUnoApi_bridgetest \
StaticLibrary_bridgetest \
Library_cppobj \
Library_cppobj \
Library_bridgetest \
Library_bridgetest \
Library_constructors \
Library_constructors \
StaticLibrary_bridgetest \
Rdb_uno_services \
Rdb_uno_services \
CustomTarget_uno_test \
))
))
ifneq ($(SOLAR_JAVA),)
ifneq ($(SOLAR_JAVA),)
$(eval $(call gb_Module_add_targets,testtools,\
$(eval $(call gb_Module_add_targets,testtools,\
Jar_testComponent \
Jar_testComponent \
...
...
testtools/Rdb_uno_services.mk
Dosyayı görüntüle @
d9937dd6
...
@@ -26,18 +26,10 @@
...
@@ -26,18 +26,10 @@
$(eval $(call gb_Rdb_Rdb,uno_services))
$(eval $(call gb_Rdb_Rdb,uno_services))
$(eval $(call gb_Rdb_use_custom_headers,uno_services,testtools/bridgetest_testComponent))
$(eval $(call gb_Rdb_add_components,uno_services,\
$(eval $(call gb_Rdb_add_components,uno_services,\
testtools/source/bridgetest/cppobj \
testtools/source/bridgetest/cppobj \
testtools/source/bridgetest/constructors \
testtools/source/bridgetest/constructors \
testtools/source/bridgetest/bridgetest \
testtools/source/bridgetest/bridgetest \
))
))
ifneq ($(SOLAR_JAVA),)
$(eval $(call gb_Rdb_add_components,uno_services,\
testtools/source/bridgetest/testComponent \
))
endif
# vim:set shiftwidth=4 softtabstop=4 expandtab:
# vim:set shiftwidth=4 softtabstop=4 expandtab:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment