malloc/t/meson.build
2019-05-03 00:18:45 +03:00

8 lines
No EOL
150 B
Meson

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