mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
18e9441d06
Release notes: https://github.com/bus1/dbus-broker/releases/tag/v34
11 lines
446 B
Diff
11 lines
446 B
Diff
--- b/src/meson.build
|
|
+++ a/src/meson.build
|
|
@@ -196,9 +195,6 @@
|
|
test_fdlist = executable('test-fdlist', ['util/test-fdlist.c'], dependencies: dep_bus)
|
|
test('Utility File-Desciptor Lists', test_fdlist)
|
|
|
|
-test_fs = executable('test-fs', ['util/test-fs.c'], dependencies: dep_bus)
|
|
-test('File System Helpers', test_fs)
|
|
-
|
|
test_match = executable('test-match', ['bus/test-match.c'], dependencies: dep_bus)
|
|
test('D-Bus Match Handling', test_match)
|