Files
revng-revng/tests/Tests.cmake
2020-05-14 11:59:05 +02:00

13 lines
387 B
CMake

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
enable_testing()
# Give control to the various subdirectories
include(${CMAKE_SOURCE_DIR}/tests/unit/UnitTests.cmake)
include(${CMAKE_SOURCE_DIR}/tests/analysis/AnalysisTests.cmake)
include(${CMAKE_SOURCE_DIR}/tests/runtime/RuntimeTests.cmake)
set(TEST_CFLAGS_${ARCH} "${TEST_CFLAGS_${ARCH}} -mthumb")