diff options
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/meson.build b/test/meson.build index 7864166..3ca8a08 100644 --- a/test/meson.build +++ b/test/meson.build @@ -20,9 +20,7 @@ test('diagnostic err', test_e, args : ['diagnostic', 'err']) test('diagnostic warn', test_e, args : ['diagnostic', 'warn']) test('diagnostic fixme', test_e, args : ['diagnostic', 'fixme']) test('diagnostic info', test_e, args : ['diagnostic', 'info']) -test('diagnostic prefix', test_e, args : ['diagnostic', 'prefix']) -test('diagnostic thread', test_e, args : ['diagnostic', 'thread']) -test('diagnostic clean', test_e, args : ['diagnostic', 'clean']) +test('diagnostic format', test_e, args : ['diagnostic', 'format']) test('timespec add', test_e, args : ['time', 'timespec add']) test('timespec subtract', test_e, args : ['time', 'timespec sub']) test('timespec normalize', test_e, args : ['time', 'timespec normalize']) |