llvm-project/libc/test/integration/src
Joseph Huber 21d9f725df [libc] Fix test not including 'free'
Summary:
A previous change removed a transient inclusion of `stdlib.h` from the
`string_utils.h` file which this test depended on. Include it directly
here.
2022-11-29 15:03:46 -06:00
..
__support [libc] Compile integration tests with -ffreestanding to avoid mixup with system libc. 2022-07-30 03:06:08 +00:00
pthread [libc] Add implementation of pthread_once. 2022-09-28 06:54:48 +00:00
spawn [libc] Add a simple implementation of the posix_spawn function. 2022-10-13 18:47:47 +00:00
stdio [libc] add sprintf size comparison 2022-08-12 11:46:55 -07:00
stdlib [libc] Compile integration tests with -ffreestanding to avoid mixup with system libc. 2022-07-30 03:06:08 +00:00
threads [libc] Add implemementations of thread specific data related API. 2022-08-12 05:28:40 +00:00
unistd [libc] Fix test not including 'free' 2022-11-29 15:03:46 -06:00
CMakeLists.txt [libc] Add a simple implementation of the posix_spawn function. 2022-10-13 18:47:47 +00:00