pipewire/spa/tests
Peter Hutterer cdfd50e166 spa: add spa_atob() to convert a string to a boolean
This replaces the manual check for "true" and some (inconsistent) return value
of atoi. All those instances now require either "true" or "1" to parse as
true, any other value (including NULL) is boolean false.
2021-05-18 22:18:56 +10:00
..
benchmark-dict.c treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
benchmark-pod.c add missing file 2019-01-22 17:47:55 +01:00
meson.build meson: replace join_paths(a, b) with a / b 2021-04-15 06:57:00 +00:00
stress-ringbuffer.c avoid some useless assignments 2020-05-20 15:24:25 +02:00
test-buffer.c spa: prefix SPA_*_LAST enum values with an underscore 2021-05-18 10:41:26 +10:00
test-cpp.cpp monitor: remove monitor API and use device 2019-09-20 13:04:14 +02:00
test-json.c treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
test-node.c Only assert about x86_64 struct sizes if ABI is LP64, not x32 2020-09-07 15:21:17 +00:00
test-pod.c treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
test-utils.c spa: add spa_atob() to convert a string to a boolean 2021-05-18 22:18:56 +10:00