Kaydet (Commit) 3b78105d authored tarafından Damjan Jovanovic's avatar Damjan Jovanovic

Remove unnecessary OOO_SUBSEQUENT_TESTS from main/sal/qa/ByteSequence

and main/sal/qa/OStringBuffer.
üst 493bb354
...@@ -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();
}
/**************************************************************
*
* 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();
}
...@@ -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)" == ""
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment