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
3b78105d
Kaydet (Commit)
3b78105d
authored
Eki 27, 2015
tarafından
Damjan Jovanovic
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unnecessary OOO_SUBSEQUENT_TESTS from main/sal/qa/ByteSequence
and main/sal/qa/OStringBuffer.
üst
493bb354
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
41 deletions
+7
-41
ByteSequence.cxx
sal/qa/ByteSequence/ByteSequence.cxx
+6
-0
main.cxx
sal/qa/ByteSequence/main.cxx
+0
-28
makefile.mk
sal/qa/ByteSequence/makefile.mk
+1
-7
makefile.mk
sal/qa/OStringBuffer/makefile.mk
+0
-6
No files found.
sal/qa/ByteSequence/ByteSequence.cxx
Dosyayı görüntüle @
3b78105d
...
@@ -167,3 +167,9 @@ TEST_F(Test, test_diffElem) {
...
@@ -167,3 +167,9 @@ TEST_F(Test, test_diffElem) {
}
}
int
main
(
int
argc
,
char
**
argv
)
{
::
testing
::
InitGoogleTest
(
&
argc
,
argv
);
return
RUN_ALL_TESTS
();
}
sal/qa/ByteSequence/main.cxx
Dosyayı görüntüle @
3b78105d
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#include "gtest/gtest.h"
int
main
(
int
argc
,
char
**
argv
)
{
::
testing
::
InitGoogleTest
(
&
argc
,
argv
);
return
RUN_ALL_TESTS
();
}
sal/qa/ByteSequence/makefile.mk
Dosyayı görüntüle @
3b78105d
...
@@ -21,10 +21,6 @@
...
@@ -21,10 +21,6 @@
.IF
"$(OOO_SUBSEQUENT_TESTS)"
==
""
nothing .PHONY
:
.ELSE
PRJ
=
../..
PRJ
=
../..
PRJNAME
=
sal
PRJNAME
=
sal
TARGET
=
qa_ByteSequence
TARGET
=
qa_ByteSequence
...
@@ -39,7 +35,7 @@ all:
...
@@ -39,7 +35,7 @@ all:
.ELSE
.ELSE
APP1OBJS
=
$(SLO)
/ByteSequence.obj
$(SLO)
/main.obj
APP1OBJS
=
$(SLO)
/ByteSequence.obj
APP1RPATH
=
NONE
APP1RPATH
=
NONE
APP1STDLIBS
=
$(GTESTLIB)
$(SALLIB)
APP1STDLIBS
=
$(GTESTLIB)
$(SALLIB)
APP1TARGET
=
rtl_ByteSequence
APP1TARGET
=
rtl_ByteSequence
...
@@ -48,5 +44,3 @@ APP1TEST = enabled
...
@@ -48,5 +44,3 @@ APP1TEST = enabled
.INCLUDE
:
target.mk
.INCLUDE
:
target.mk
.ENDIF
# "$(ENABLE_UNIT_TESTS)" != "YES"
.ENDIF
# "$(ENABLE_UNIT_TESTS)" != "YES"
.END
# "$(OOO_SUBSEQUENT_TESTS)" == ""
sal/qa/OStringBuffer/makefile.mk
Dosyayı görüntüle @
3b78105d
...
@@ -21,10 +21,6 @@
...
@@ -21,10 +21,6 @@
.IF
"$(OOO_SUBSEQUENT_TESTS)"
==
""
nothing .PHONY
:
.ELSE
PRJ
=
..
$/
..
PRJ
=
..
$/
..
PRJNAME
=
sal
PRJNAME
=
sal
...
@@ -61,5 +57,3 @@ APP1TEST = enabled
...
@@ -61,5 +57,3 @@ APP1TEST = enabled
.INCLUDE
:
target.mk
.INCLUDE
:
target.mk
.ENDIF
# "$(ENABLE_UNIT_TESTS)" != "YES"
.ENDIF
# "$(ENABLE_UNIT_TESTS)" != "YES"
.END
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