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
77b14c46
Kaydet (Commit)
77b14c46
authored
May 14, 2013
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sd unittests: Better name for the import tests.
Change-Id: I62c47cbfd71e7606770552368e97e1c92fadf211
üst
91ab2b6e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
15 deletions
+15
-15
CppunitTest_sd_import_tests.mk
sd/CppunitTest_sd_import_tests.mk
+14
-14
Module_sd.mk
sd/Module_sd.mk
+1
-1
import-tests.cxx
sd/qa/unit/import-tests.cxx
+0
-0
No files found.
sd/CppunitTest_sd_
regression_test
.mk
→
sd/CppunitTest_sd_
import_tests
.mk
Dosyayı görüntüle @
77b14c46
...
@@ -9,15 +9,15 @@
...
@@ -9,15 +9,15 @@
#
#
#*************************************************************************
#*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,sd_
regression_test
))
$(eval $(call gb_CppunitTest_CppunitTest,sd_
import_tests
))
$(eval $(call gb_CppunitTest_use_external,sd_
regression_test
,boost_headers))
$(eval $(call gb_CppunitTest_use_external,sd_
import_tests
,boost_headers))
$(eval $(call gb_CppunitTest_add_exception_objects,sd_
regression_test
, \
$(eval $(call gb_CppunitTest_add_exception_objects,sd_
import_tests
, \
sd/qa/unit/
regression-test
\
sd/qa/unit/
import-tests
\
))
))
$(eval $(call gb_CppunitTest_use_libraries,sd_
regression_test
, \
$(eval $(call gb_CppunitTest_use_libraries,sd_
import_tests
, \
avmedia \
avmedia \
basegfx \
basegfx \
comphelper \
comphelper \
...
@@ -52,20 +52,20 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_regression_test, \
...
@@ -52,20 +52,20 @@ $(eval $(call gb_CppunitTest_use_libraries,sd_regression_test, \
$(gb_UWINAPI) \
$(gb_UWINAPI) \
))
))
$(eval $(call gb_CppunitTest_set_include,sd_
regression_test
,\
$(eval $(call gb_CppunitTest_set_include,sd_
import_tests
,\
-I$(SRCDIR)/sd/source/ui/inc \
-I$(SRCDIR)/sd/source/ui/inc \
-I$(SRCDIR)/sd/inc \
-I$(SRCDIR)/sd/inc \
$$(INCLUDE) \
$$(INCLUDE) \
))
))
$(eval $(call gb_CppunitTest_use_api,sd_
regression_test
,\
$(eval $(call gb_CppunitTest_use_api,sd_
import_tests
,\
offapi \
offapi \
udkapi \
udkapi \
))
))
$(eval $(call gb_CppunitTest_use_ure,sd_
regression_test
))
$(eval $(call gb_CppunitTest_use_ure,sd_
import_tests
))
$(eval $(call gb_CppunitTest_use_components,sd_
regression_test
,\
$(eval $(call gb_CppunitTest_use_components,sd_
import_tests
,\
animations/source/animcore/animcore \
animations/source/animcore/animcore \
basic/util/sb \
basic/util/sb \
comphelper/util/comphelp \
comphelper/util/comphelp \
...
@@ -106,16 +106,16 @@ $(eval $(call gb_CppunitTest_use_components,sd_regression_test,\
...
@@ -106,16 +106,16 @@ $(eval $(call gb_CppunitTest_use_components,sd_regression_test,\
xmlsecurity/util/xmlsecurity \
xmlsecurity/util/xmlsecurity \
))
))
$(eval $(call gb_CppunitTest_use_configuration,sd_
regression_test
))
$(eval $(call gb_CppunitTest_use_configuration,sd_
import_tests
))
$(eval $(call gb_CppunitTest_use_filter_configuration,sd_
regression_test
))
$(eval $(call gb_CppunitTest_use_filter_configuration,sd_
import_tests
))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sd_
regression_test
))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sd_
import_tests
))
$(eval $(call gb_CppunitTest_add_arguments,sd_
regression_test
,\
$(eval $(call gb_CppunitTest_add_arguments,sd_
import_tests
,\
"-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \
"-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \
))
))
$(call gb_CppunitTest_get_target,sd_
regression_test
) : $(call gb_AllLangResTarget_get_target,sd)
$(call gb_CppunitTest_get_target,sd_
import_tests
) : $(call gb_AllLangResTarget_get_target,sd)
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
sd/Module_sd.mk
Dosyayı görüntüle @
77b14c46
...
@@ -25,7 +25,7 @@ $(eval $(call gb_Module_add_targets,sd,\
...
@@ -25,7 +25,7 @@ $(eval $(call gb_Module_add_targets,sd,\
ifneq ($(OS),DRAGONFLY)
ifneq ($(OS),DRAGONFLY)
$(eval $(call gb_Module_add_check_targets,sd,\
$(eval $(call gb_Module_add_check_targets,sd,\
CppunitTest_sd_uimpress \
CppunitTest_sd_uimpress \
CppunitTest_sd_
regression_test
\
CppunitTest_sd_
import_tests
\
CppunitTest_sd_filters_test \
CppunitTest_sd_filters_test \
))
))
endif
endif
...
...
sd/qa/unit/
regression-test
.cxx
→
sd/qa/unit/
import-tests
.cxx
Dosyayı görüntüle @
77b14c46
File moved
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