malloc/t/meson.build

8 lines
150 B
Meson
Raw Normal View History

2019-05-03 00:18:45 +03:00
malloc_tests = executable(
'malloc_tests',
'malloc_tests.c',
include_directories: inc,
link_with: ft_malloc,
)
test('malloc tests', malloc_tests)