mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 07:09:22 +00:00
130784e039
Add a module to manage the data needed for the project tests. It will move the test data to the build directory and transfer necessary data to an Android device if that is enabled.
8 lines
179 B
CMake
8 lines
179 B
CMake
include(${CMAKE_CURRENT_LIST_DIR}/check.cmake)
|
|
compare_build_to_expected(FILES
|
|
"data/a.txt"
|
|
"data/subfolder/b.txt"
|
|
"data/subfolder/protobuffer.p"
|
|
)
|
|
check_for_setup_test()
|