llvm-project/libc/utils/IntegrationTest
Siva Chandra Reddy 02a543db66 [libc] Add a simple implementation of the posix_spawn function.
The implementation currently ignores all spawn attributes. Support for
them will be added in future changes.

A simple allocator for integration tests has been added so that the
integration test for posix_spawn can use the
posix_spawn_file_actions_add* functions.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D135752
2022-10-13 18:47:47 +00:00
..
CMakeLists.txt [libc] Add a simple implementation of the posix_spawn function. 2022-10-13 18:47:47 +00:00
test.cpp [libc] Add a simple implementation of the posix_spawn function. 2022-10-13 18:47:47 +00:00
test.h [libc] Compile integration tests with -ffreestanding to avoid mixup with system libc. 2022-07-30 03:06:08 +00:00