# Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved # # Licensed 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. # # # @file config.cmake # @author Lukasz Marek (l.marek@samsung.com) # @version 1.0 # @brief # SET(DPL_FRAMEWORK_TEST_SOURCES ${PROJECT_SOURCE_DIR}/tests/framework/src/assert.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/atomic.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/binary_queue.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/colors.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/exception.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/gdbbacktrace.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/noncopyable.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/singleton.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/abstract_log_provider.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/dlog_log_provider.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/log.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/old_style_log_provider.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/test_results_collector.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/test_results_collector_commons.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/test_results_collector_console.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/test_results_collector_html.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/test_results_collector_summary.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/test_results_collector_xml.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/test_runner_child.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/test_runner.cpp ${PROJECT_SOURCE_DIR}/tests/framework/src/test_runner_multiprocess.cpp ) SET(DPL_FRAMEWORK_TEST_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/tests/framework/include )