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
0ce74a3b
Kaydet (Commit)
0ce74a3b
authored
Haz 17, 2012
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
targeted clean-up
Change-Id: I57d56ece9fd59a93d5081a394c3fe8d212290198
üst
46510696
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
5 deletions
+57
-5
JunitTest_dbaccess_complex.mk
dbaccess/JunitTest_dbaccess_complex.mk
+52
-0
JunitTest_dbaccess_unoapi.mk
dbaccess/JunitTest_dbaccess_unoapi.mk
+5
-5
No files found.
dbaccess/JunitTest_dbaccess_complex.mk
0 → 100644
Dosyayı görüntüle @
0ce74a3b
# -*- 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_JunitTest_JunitTest,dba_ju_complex))
$(eval $(call gb_JunitTest_use_jars,dba_ju_complex,\
$(OUTDIR)/bin/ConnectivityTools.jar \
$(OUTDIR)/bin/OOoRunner.jar \
$(OUTDIR)/bin/jurt.jar \
$(OUTDIR)/bin/ridl.jar \
$(OUTDIR)/bin/test.jar \
$(OUTDIR)/bin/unoil.jar \
))
$(eval $(call gb_JunitTest_set_defs,dba_ju_complex,\
$$(DEFS) \
-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/dbaccess \
))
$(eval $(call gb_JunitTest_add_classes,dba_ju_complex,\
complex.dbaccess.Beamer \
complex.dbaccess.PropertyBag \
))
$(eval $(call gb_JunitTest_add_sourcefiles,dba_ju_complex,\
dbaccess/qa/complex/dbaccess/ApplicationController \
dbaccess/qa/complex/dbaccess/Beamer \
dbaccess/qa/complex/dbaccess/CRMBasedTestCase \
dbaccess/qa/complex/dbaccess/CopyTableInterActionHandler \
dbaccess/qa/complex/dbaccess/CopyTableWizard \
dbaccess/qa/complex/dbaccess/DataSource \
dbaccess/qa/complex/dbaccess/DatabaseApplication \
dbaccess/qa/complex/dbaccess/DatabaseDocument \
dbaccess/qa/complex/dbaccess/FileHelper \
dbaccess/qa/complex/dbaccess/Parser \
dbaccess/qa/complex/dbaccess/PropertyBag \
dbaccess/qa/complex/dbaccess/Query \
dbaccess/qa/complex/dbaccess/QueryInQuery \
dbaccess/qa/complex/dbaccess/RowSet \
dbaccess/qa/complex/dbaccess/RowSetEventListener \
dbaccess/qa/complex/dbaccess/SingleSelectQueryComposer \
dbaccess/qa/complex/dbaccess/TestCase \
dbaccess/qa/complex/dbaccess/UISettings \
))
# vim: set noet sw=4 ts=4:
dbaccess/JunitTest_dbaccess_unoapi.mk
Dosyayı görüntüle @
0ce74a3b
...
@@ -26,24 +26,24 @@
...
@@ -26,24 +26,24 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
# instead of those above.
$(eval $(call gb_JunitTest_JunitTest,dba
ccess
_unoapi))
$(eval $(call gb_JunitTest_JunitTest,dba
_ju
_unoapi))
$(eval $(call gb_JunitTest_set_defs,dba
ccess
_unoapi,\
$(eval $(call gb_JunitTest_set_defs,dba
_ju
_unoapi,\
$$(DEFS) \
$$(DEFS) \
-Dorg.openoffice.test.arg.sce=$(SRCDIR)/dbaccess/qa/unoapi/dbaccess.sce \
-Dorg.openoffice.test.arg.sce=$(SRCDIR)/dbaccess/qa/unoapi/dbaccess.sce \
-Dorg.openoffice.test.arg.xcl=$(SRCDIR)/dbaccess/qa/unoapi/knownissues.xcl \
-Dorg.openoffice.test.arg.xcl=$(SRCDIR)/dbaccess/qa/unoapi/knownissues.xcl \
-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/unoapi/testdocuments \
-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/unoapi/testdocuments \
))
))
$(eval $(call gb_JunitTest_use_jars,dba
ccess
_unoapi,\
$(eval $(call gb_JunitTest_use_jars,dba
_ju
_unoapi,\
$(OUTDIR)/bin/OOoRunner.jar \
$(OUTDIR)/bin/OOoRunner.jar \
$(OUTDIR)/bin/jurt.jar \
$(OUTDIR)/bin/ridl.jar \
$(OUTDIR)/bin/ridl.jar \
$(OUTDIR)/bin/test.jar \
$(OUTDIR)/bin/test.jar \
$(OUTDIR)/bin/unoil.jar \
$(OUTDIR)/bin/unoil.jar \
$(OUTDIR)/bin/jurt.jar \
))
))
$(eval $(call gb_JunitTest_add_classes,dba
ccess
_unoapi,\
$(eval $(call gb_JunitTest_add_classes,dba
_ju
_unoapi,\
org.openoffice.test.UnoApiTest \
org.openoffice.test.UnoApiTest \
))
))
...
...
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