diff options
author | 2019-11-12 14:36:56 +0200 | |
---|---|---|
committer | 2019-11-12 14:36:56 +0200 | |
commit | e2fc18ae456593efe2b968d4af1b8ebfe869d807 (patch) | |
tree | 5c1933513a2141a0200819973e96ff61bda55b5e /test/meson.build | |
parent | ae76e4106345035503466bf9dcfa3b0033a526c6 (diff) | |
download | librin-e2fc18ae456593efe2b968d4af1b8ebfe869d807.tar.gz librin-e2fc18ae456593efe2b968d4af1b8ebfe869d807.tar.bz2 librin-e2fc18ae456593efe2b968d4af1b8ebfe869d807.zip |
diagnostic: use format strings instead.
flags are now dropped in place of per-stream format strings.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
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']) |