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
b17ca2d4
Kaydet (Commit)
b17ca2d4
authored
Kas 10, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add a check for non-LIBO_INTERNAL_ONLY, C++03-compatible LibreOfficeKit.hxx
Change-Id: I56336b8163de48e424526f5f426c2ad350292627
üst
08138396
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
54 additions
and
0 deletions
+54
-0
CppunitTest_libreofficekit_checkapi.mk
libreofficekit/CppunitTest_libreofficekit_checkapi.mk
+28
-0
Module_libreofficekit.mk
libreofficekit/Module_libreofficekit.mk
+4
-0
checkapi.cxx
libreofficekit/qa/unit/checkapi.cxx
+22
-0
No files found.
libreofficekit/CppunitTest_libreofficekit_checkapi.mk
0 → 100644
Dosyayı görüntüle @
b17ca2d4
# -*- 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,libreofficekit_checkapi))
$(eval $(call gb_CppunitTest_add_cxxflags,libreofficekit_checkapi, \
$(gb_CXX03FLAGS) \
))
$(eval $(call gb_CppunitTest_add_exception_objects,libreofficekit_checkapi, \
libreofficekit/qa/unit/checkapi \
))
$(eval $(call gb_CppunitTest_set_external_code,libreofficekit_checkapi))
ifeq ($(OS),LINUX)
$(eval $(call gb_CppunitTest_add_libs,libreofficekit_checkapi, \
-ldl \
))
endif
# vim: set noet sw=4 ts=4:
libreofficekit/Module_libreofficekit.mk
Dosyayı görüntüle @
b17ca2d4
...
...
@@ -11,6 +11,10 @@ $(eval $(call gb_Module_Module,libreofficekit))
ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
$(eval $(call gb_Module_add_check_targets,libreofficekit, \
CppunitTest_libreofficekit_checkapi \
))
$(eval $(call gb_Module_add_subsequentcheck_targets,libreofficekit,\
CppunitTest_libreofficekit_tiledrendering \
))
...
...
libreofficekit/qa/unit/checkapi.cxx
0 → 100644
Dosyayı görüntüle @
b17ca2d4
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* 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/.
*/
#if defined LIBO_INTERNAL_ONLY
#error Build system problem; LIBO_INTERNAL_ONLY should not be defined here
#endif
#include <LibreOfficeKit/LibreOfficeKit.hxx>
#include <sal/config.h>
#include <sal/saldllapi.h>
#include <cppunit/plugin/TestPlugIn.h>
CPPUNIT_PLUGIN_IMPLEMENT
();
/* 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