diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build index c6412ee..d7ba9d0 100644 --- a/meson.build +++ b/meson.build @@ -266,11 +266,6 @@ if get_option('tests') c_args = [] sources = files('test/@0@.c'.format(test), 'test/failing_allocator.c') - if get_option('test_malloc') and host_machine.system() != 'windows' - sources += ['test/test_malloc.c'] - c_args += ['-DZIX_WITH_TEST_MALLOC'] - endif - test(test, executable(test, sources, |