server-skynet-source-3rd-je.../test/integration
Kevin Svetlitski 41e0b857be Make headers self-contained by fixing #includes
Header files are now self-contained, which makes the relationships
between the files clearer, and crucially allows LSP tools like `clangd`
to function correctly in all of our header files. I have verified that
the headers are self-contained (aside from the various Windows shims) by
compiling them as if they were C files – in a follow-up commit I plan to
add this to CI to ensure we don't regress on this front.
2023-07-14 09:06:32 -07:00
..
cpp Fix a bug in C++ integration test. 2022-09-16 15:04:59 -07:00
aligned_alloc.c Darwin malloc_size override support proposal. 2021-10-01 14:32:40 -07:00
allocated.c Make headers self-contained by fixing #includes 2023-07-14 09:06:32 -07:00
extent.c add experimental.arenas_create_ext mallctl 2021-09-24 13:43:18 -07:00
extent.sh Use MALLOC_CONF rather than malloc_conf for tests. 2017-02-23 08:57:02 -08:00
malloc.c Darwin malloc_size override support proposal. 2021-10-01 14:32:40 -07:00
MALLOCX_ARENA.c Make headers self-contained by fixing #includes 2023-07-14 09:06:32 -07:00
mallocx.c Change assert_* to expect_* in tests 2020-02-19 16:03:16 -08:00
mallocx.sh Use MALLOC_CONF rather than malloc_conf for tests. 2017-02-23 08:57:02 -08:00
overflow.c Change assert_* to expect_* in tests 2020-02-19 16:03:16 -08:00
posix_memalign.c Darwin malloc_size override support proposal. 2021-10-01 14:32:40 -07:00
rallocx.c Use volatile to workaround buffer overflow false positives. 2022-04-04 12:16:46 -07:00
sdallocx.c Only run test/integration/sdallocx non-reentrantly. 2017-07-24 16:21:24 -07:00
slab_sizes.c Change assert_* to expect_* in tests 2020-02-19 16:03:16 -08:00
slab_sizes.sh Add MALLOC_CONF parsing for dynamic slab sizes. 2018-07-12 20:53:06 -07:00
smallocx.c Change assert_* to expect_* in tests 2020-02-19 16:03:16 -08:00
smallocx.sh Adapts mallocx integration tests for smallocx 2018-10-17 07:12:28 -07:00
thread_arena.c Change assert_* to expect_* in tests 2020-02-19 16:03:16 -08:00
thread_tcache_enabled.c Change assert_* to expect_* in tests 2020-02-19 16:03:16 -08:00
xallocx.c Change assert_* to expect_* in tests 2020-02-19 16:03:16 -08:00
xallocx.sh Use MALLOC_CONF rather than malloc_conf for tests. 2017-02-23 08:57:02 -08:00