From e2fc18ae456593efe2b968d4af1b8ebfe869d807 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Tue, 12 Nov 2019 14:36:56 +0200 Subject: diagnostic: use format strings instead. flags are now dropped in place of per-stream format strings. Signed-off-by: Gediminas Jakutis --- test/meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/meson.build') 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']) -- cgit v1.2.3