blob: 45e3f777899e76e38bfdfff684fce3488fe0475a [file] [log] [blame]
#*******************************************************************************
# Copyright (c) 2011 - 2014 nxtControl, ACIN, fortiss GmbH, Profactor GmbH
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Stanislav Meduna, Ingo Hegny, Alois Zoitl, Monika Wenger, Matthias Plasch - initial API and implementation and/or initial documentation
# *******************************************************************************/
#SET(SOURCE_GROUP ${SOURCE_GROUP}\\core)
forte_test_add_inc_directories(${CMAKE_CURRENT_SOURCE_DIR})
forte_test_add_sourcefile_cpp(CIEC_ANY_tests.cpp)
forte_test_add_sourcefile_cpp(anytostringtests.cpp)
#Unicode utilities
forte_test_add_sourcefile_cpp(CUnicodeUtilities_test.cpp)
#BOOLEAN Datatype
forte_test_add_sourcefile_cpp(CIEC_BOOL_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_BOOL_CASTS_test.cpp)
#BIT-Datatypes
forte_test_add_sourcefile_cpp(CIEC_BYTE_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_BYTE_CASTS_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_WORD_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_WORD_CASTS_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_DWORD_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_DWORD_CASTS_test.cpp)
IF (FORTE_USE_64BIT_DATATYPES)
forte_test_add_sourcefile_cpp(CIEC_LWORD_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_LWORD_CASTS_test.cpp)
ENDIF (FORTE_USE_64BIT_DATATYPES)
#INT-Datatypes
forte_test_add_sourcefile_cpp(CIEC_SINT_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_SINT_CASTS_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_USINT_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_USINT_CASTS_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_INT_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_INT_CASTS_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_UINT_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_UINT_CASTS_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_DINT_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_DINT_CASTS_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_UDINT_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_UDINT_CASTS_test.cpp)
IF (FORTE_USE_64BIT_DATATYPES)
forte_test_add_sourcefile_cpp(CIEC_LINT_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_LINT_CASTS_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_ULINT_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_ULINT_CASTS_test.cpp)
ENDIF (FORTE_USE_64BIT_DATATYPES)
IF (FORTE_USE_REAL_DATATYPE)
forte_test_add_sourcefile_cpp(CIEC_REAL_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_REAL_CASTS_test.cpp)
ENDIF (FORTE_USE_REAL_DATATYPE)
IF (FORTE_USE_LREAL_DATATYPE)
forte_test_add_sourcefile_cpp(CIEC_LREAL_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_LREAL_CASTS_test.cpp)
ENDIF (FORTE_USE_LREAL_DATATYPE)
forte_test_add_sourcefile_cpp(CIEC_STRING_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_WSTRING_test.cpp)
IF (FORTE_SUPPORT_ARRAYS)
forte_test_add_sourcefile_cpp(CIEC_ARRAY_test.cpp)
ENDIF(FORTE_SUPPORT_ARRAYS)
forte_test_add_sourcefile_cpp(CIEC_TIME_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_DATE_AND_TIME_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_DATE_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_TIME_OF_DAY_test.cpp)
forte_test_add_sourcefile_cpp(CIEC_STRUCT_test.cpp)
forte_test_add_subdirectory(convert)