mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
df4f8b76ac
Split the tests into two subdirectories: those that work in pure python and those that use the C++ bindings.
7 lines
130 B
CMake
7 lines
130 B
CMake
#
|
|
# This file is distributed under the MIT License. See LICENSE.md for details.
|
|
#
|
|
|
|
add_subdirectory(python)
|
|
add_subdirectory(cpp)
|