Files
revng-revng/tests/Tests.cmake
Alessandro Di Federico 2b55d1df22 Adopt cmake-format
2022-03-17 18:52:18 +01:00

17 lines
534 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)
add_subdirectory(tests/tools/pipeline)
add_subdirectory(tests/abi)
add_subdirectory(tests/tuple-tree-generator/python-wrappers/multiple-versions)
set(TEST_CFLAGS_${ARCH} "${TEST_CFLAGS_${ARCH}} -mthumb")