meson.build (2e3408b3cc7de4e87a9adafc8c19bfce3abec947) meson.build (99d423f10c636c39405924e68584f50f78a0bb8c)
1
2testblock = declare_dependency(dependencies: [block], sources: 'iothread.c')
3
4tests = {
5 'check-block-qdict': [],
6 'check-qdict': [],
7 'check-qnum': [],
8 'check-qstring': [],

--- 64 unchanged lines hidden (view full) ---

73 'test-blockjob-txn': [testblock],
74 'test-block-backend': [testblock],
75 'test-block-iothread': [testblock],
76 'test-write-threshold': [testblock],
77 'test-crypto-hash': [crypto],
78 'test-crypto-hmac': [crypto],
79 'test-crypto-cipher': [crypto],
80 'test-crypto-secret': [crypto, keyutils],
1
2testblock = declare_dependency(dependencies: [block], sources: 'iothread.c')
3
4tests = {
5 'check-block-qdict': [],
6 'check-qdict': [],
7 'check-qnum': [],
8 'check-qstring': [],

--- 64 unchanged lines hidden (view full) ---

73 'test-blockjob-txn': [testblock],
74 'test-block-backend': [testblock],
75 'test-block-iothread': [testblock],
76 'test-write-threshold': [testblock],
77 'test-crypto-hash': [crypto],
78 'test-crypto-hmac': [crypto],
79 'test-crypto-cipher': [crypto],
80 'test-crypto-secret': [crypto, keyutils],
81 'test-crypto-der': [crypto],
81 'test-authz-simple': [authz],
82 'test-authz-list': [authz],
83 'test-authz-listfile': [authz],
84 'test-io-task': [testblock],
85 'test-io-channel-socket': ['socket-helpers.c', 'io-channel-helpers.c', io],
86 'test-io-channel-file': ['io-channel-helpers.c', io],
87 'test-io-channel-command': ['io-channel-helpers.c', io],
88 'test-io-channel-buffer': ['io-channel-helpers.c', io],

--- 102 unchanged lines hidden ---
82 'test-authz-simple': [authz],
83 'test-authz-list': [authz],
84 'test-authz-listfile': [authz],
85 'test-io-task': [testblock],
86 'test-io-channel-socket': ['socket-helpers.c', 'io-channel-helpers.c', io],
87 'test-io-channel-file': ['io-channel-helpers.c', io],
88 'test-io-channel-command': ['io-channel-helpers.c', io],
89 'test-io-channel-buffer': ['io-channel-helpers.c', io],

--- 102 unchanged lines hidden ---