pipewire/test
Peter Hutterer 461ae02c50 test: shut up a compiler warning about an unused variable
gcc 9 complains about `v` being potentially uninitialized. This is a false
positive, we'd exit() on any error before using `v` but the compiler doesn't
seem to know that. Let's shut up the warning.
2021-06-10 20:39:58 +10:00
..
meson.build test: check for CAP_SYS_PTRACE before testing for an attached debugger 2021-06-10 09:36:12 +02:00
pwtest-compat.c test: add sigabbrev_np() for systems where it's not available 2021-06-10 15:13:57 +10:00
pwtest-implementation.h test: add errno check macros 2021-06-09 18:00:06 +10:00
pwtest.c test: check for CAP_SYS_PTRACE before testing for an attached debugger 2021-06-10 09:36:12 +02:00
pwtest.h meson.build: drop HAVE_CONFIG_H 2021-06-10 09:04:16 +10:00
test-array.c meson.build: drop HAVE_CONFIG_H 2021-06-10 09:04:16 +10:00
test-context.c test: move the context tests to here 2021-06-09 18:00:39 +10:00
test-example.c meson.build: drop HAVE_CONFIG_H 2021-06-10 09:04:16 +10:00
test-lib.c meson.build: drop HAVE_CONFIG_H 2021-06-10 09:04:16 +10:00
test-logger.c test: add test for logger's ANSI escape sequences 2021-06-09 18:00:39 +10:00
test-properties.c meson.build: drop HAVE_CONFIG_H 2021-06-10 09:04:16 +10:00
test-pwtest.c test: add sigabbrev_np() for systems where it's not available 2021-06-10 15:13:57 +10:00
test-spa-buffer.c test: convert two spa tests to pwtest 2021-06-09 18:00:39 +10:00
test-spa-json.c test: convert two spa tests to pwtest 2021-06-09 18:00:39 +10:00
test-spa-node.c test: move the spa tests to pwtest 2021-06-09 18:00:59 +10:00
test-spa-pod.c test: move the spa tests to pwtest 2021-06-09 18:00:59 +10:00
test-spa-utils.c test: shut up a compiler warning about an unused variable 2021-06-10 20:39:58 +10:00
test-support.c test: add a test for the logger truncation 2021-06-09 18:00:39 +10:00