1 add_custom_target(spawn-integration-tests)
2 add_dependencies(libc-integration-tests spawn-integration-tests)
5 libc_posix_spawn_test_binary
7 posix_spawn_test_binary.cpp
8 test_binary_properties.h
10 set_target_properties(
11 libc_posix_spawn_test_binary
13 OUTPUT_NAME libc_posix_spawn_test_binary
14 RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
18 test_binary_properties
20 test_binary_properties.h
26 spawn-integration-tests
30 libc_posix_spawn_test_binary
31 libc.test.integration.src.spawn.test_binary_properties
37 libc.src.spawn.posix_spawn
38 libc.src.spawn.posix_spawn_file_actions_addopen
39 libc.src.spawn.posix_spawn_file_actions_destroy
40 libc.src.spawn.posix_spawn_file_actions_init
41 libc.src.sys.wait.waitpid
44 add_subdirectory(testdata)