malloc_tests = executable( 'malloc_tests', 'malloc_tests.c', include_directories: inc, link_with: ft_malloc, ) test('malloc tests', malloc_tests)