#*******************************************************************************
# Copyright (c) 2011, 2014 ACIN, fortiss 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:
#    Alois Zoitl  - initial API and implementation and/or initial documentation
# *******************************************************************************/

#############################################################################
# Tests for the standard Event FBs
#############################################################################
#forte_add_include_directories(${CMAKE_CURRENT_SOURCE_DIR})
#SET(SOURCE_GROUP ${SOURCE_GROUP}\\events)

#Removed as it is to unstable on build server 
#forte_test_add_sourcefile_cpp(E_DELAY_tester.cpp)

forte_test_add_sourcefile_cpp(E_F_TRIG_tester.cpp)
forte_test_add_sourcefile_cpp(E_PERMIT_tester.cpp)
forte_test_add_sourcefile_cpp(E_R_TRIG_tester.cpp)
forte_test_add_sourcefile_cpp(E_SR_tester.cpp)
forte_test_add_sourcefile_cpp(E_SELECT_tester.cpp)
forte_test_add_sourcefile_cpp(E_SWITCH_tester.cpp)
forte_test_add_sourcefile_cpp(E_CTD_tester.cpp)
forte_test_add_sourcefile_cpp(E_CTU_tester.cpp)
forte_test_add_sourcefile_cpp(E_CTUD_tester.cpp)

