Kaydet (Commit) 71f18c42 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Include the rest of the active sal cppunit tests for iOS

üst f9c54ae7
......@@ -43,8 +43,6 @@ CFLAGSCXX += -DCPPUNIT_PLUGIN_EXPORTED_NAME=cppunitTest_$(TARGET)
CFLAGS+= $(LFS_CFLAGS)
CXXFLAGS+= $(LFS_CFLAGS)
# BEGIN ----------------------------------------------------------------
# auto generated Target:Condition by codegen.pl
SHL1OBJS= \
$(SLO)$/osl_Condition.obj
......
......@@ -43,8 +43,6 @@ CFLAGSCXX += -DCPPUNIT_PLUGIN_EXPORTED_NAME=cppunitTest_$(TARGET)
CFLAGS+= $(LFS_CFLAGS)
CXXFLAGS+= $(LFS_CFLAGS)
# BEGIN ----------------------------------------------------------------
# auto generated Target:Security by codegen.pl
SHL1OBJS= \
$(SLO)$/osl_Security.obj
......
......@@ -55,8 +55,7 @@ DEF1NAME =$(SHL1TARGET)
SHL1VERSIONMAP= $(PRJ)$/qa$/export.map
#------------------------------- All object files -------------------------------
# do this here, so we get right dependencies
# SLOFILES=$(SHL1OBJS)
SLOFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------
......
......@@ -46,8 +46,6 @@ CXXFLAGS+= $(LFS_CFLAGS)
CFLAGSCXX += $(CPPUNIT_CFLAGS)
# BEGIN ----------------------------------------------------------------
# auto generated Target:joblist by codegen.pl
SHL1OBJS= \
$(SLO)$/rtl_cipher.obj
......@@ -60,12 +58,9 @@ SHL1IMPLIB= i$(SHL1TARGET)
DEF1NAME =$(SHL1TARGET)
# DEF2EXPORTFILE= export.exp
SHL1VERSIONMAP= $(PRJ)$/qa$/export.map
# auto generated Target:joblist
# END ------------------------------------------------------------------
#------------------------------- All object files -------------------------------
# do this here, so we get right dependencies
# SLOFILES=$(SHL1OBJS)
SLOFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------
......
......@@ -44,8 +44,6 @@ CXXFLAGS+= $(LFS_CFLAGS)
CFLAGSCXX += $(CPPUNIT_CFLAGS)
# BEGIN ----------------------------------------------------------------
# auto generated Target:jobfile by codegen.pl
SHL1OBJS= \
$(SLO)$/rtl_crc32.obj
......@@ -58,12 +56,9 @@ SHL1IMPLIB= i$(SHL1TARGET)
DEF1NAME =$(SHL1TARGET)
# DEF1EXPORTFILE= export.exp
SHL1VERSIONMAP= $(PRJ)$/qa$/export.map
# auto generated Target:jobfile
# END ------------------------------------------------------------------
#------------------------------- All object files -------------------------------
# do this here, so we get right dependencies
# SLOFILES=$(SHL1OBJS)
SLOFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------
......
......@@ -44,8 +44,6 @@ CXXFLAGS+= $(LFS_CFLAGS)
CFLAGSCXX += $(CPPUNIT_CFLAGS)
# BEGIN ----------------------------------------------------------------
# auto generated Target:locale by codegen.pl
SHL1OBJS= \
$(SLO)$/rtl_locale.obj
......@@ -58,13 +56,9 @@ SHL1IMPLIB= i$(SHL1TARGET)
DEF1NAME =$(SHL1TARGET)
# DEF1EXPORTFILE= export.exp
SHL1VERSIONMAP= $(PRJ)$/qa$/export.map
# auto generated Target:locale
# END ------------------------------------------------------------------
#------------------------------- All object files -------------------------------
# do this here, so we get right dependencies
# SLOFILES=$(SHL1OBJS)
SLOFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------
......
......@@ -54,7 +54,13 @@ APP1LIBS += \
$(SLB)/qa_ostringbuffer.lib \
$(SLB)/qa_osl_condition.lib \
$(SLB)/qa_osl_file.lib \
$(SLB)/qa_osl_security.lib
$(SLB)/qa_osl_security.lib \
$(SLB)/qa_rtl_alloc.lib \
$(SLB)/qa_rtl_cipher.lib \
$(SLB)/qa_rtl_crc32.lib \
$(SLB)/qa_rtl_doublelock.lib \
$(SLB)/qa_rtl_locale.lib \
$(SLB)/qa_sal.lib
APP1STDLIBS = $(CPPUNITLIB) $(SALLIB)
APP1TARGET = $(TARGET)
......
......@@ -119,7 +119,13 @@ extern "C" CppUnitTestPlugIn *cppunitTest_qa_ByteSequence(void),
*cppunitTest_qa_osl_File(void),
*cppunitTest_tcwf(void),
*cppunitTest_osl_old_test_file(void),
*cppunitTest_qa_osl_security(void);
*cppunitTest_qa_osl_security(void),
*cppunitTest_qa_rtl_alloc(void),
*cppunitTest_qa_rtl_cipher(void),
*cppunitTest_qa_rtl_crc32(void),
*cppunitTest_qa_rtl_doublelock(void),
*cppunitTest_qa_rtl_locale(void),
*cppunitTest_qa_sal(void);
SAL_IMPLEMENT_MAIN() {
TestPlugInSignature plugs[] = {
......@@ -130,6 +136,12 @@ SAL_IMPLEMENT_MAIN() {
cppunitTest_tcwf,
cppunitTest_osl_old_test_file,
cppunitTest_qa_osl_security,
cppunitTest_qa_rtl_alloc,
cppunitTest_qa_rtl_cipher,
cppunitTest_qa_rtl_crc32,
cppunitTest_qa_rtl_doublelock,
cppunitTest_qa_rtl_locale,
cppunitTest_qa_sal,
NULL
};
CppUnit::TestResult result;
......
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