mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-23 04:47:03 +00:00
Copy the test data into the build directory (just in case)
This commit is contained in:
@@ -8,6 +8,11 @@ project(zint_backend_tests)
|
|||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|
||||||
|
file(GLOB_RECURSE zint_backend_tests_data LIST_DIRECTORIES false RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "data/*")
|
||||||
|
foreach(data_file IN LISTS zint_backend_tests_data)
|
||||||
|
configure_file(${data_file} ${data_file} COPYONLY)
|
||||||
|
endforeach()
|
||||||
|
|
||||||
set(BWIPP_TAR ${CMAKE_CURRENT_SOURCE_DIR}/tools/bwipp_dump.ps.tar.xz)
|
set(BWIPP_TAR ${CMAKE_CURRENT_SOURCE_DIR}/tools/bwipp_dump.ps.tar.xz)
|
||||||
set(BWIPP_PS ${CMAKE_CURRENT_SOURCE_DIR}/tools/bwipp_dump.ps)
|
set(BWIPP_PS ${CMAKE_CURRENT_SOURCE_DIR}/tools/bwipp_dump.ps)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user