OSDN Git Service

meson: remove test-qdev-global-props dependency on testqapi
[qmiga/qemu.git] / tests / unit / meson.build
1
2 testblock = declare_dependency(dependencies: [block], sources: 'iothread.c')
3
4 tests = {
5   'check-block-qdict': [],
6   'check-qdict': [],
7   'check-qnum': [],
8   'check-qstring': [],
9   'check-qlist': [],
10   'check-qnull': [],
11   'check-qobject': [],
12   'check-qjson': [],
13   'check-qlit': [],
14   'test-qobject-output-visitor': [testqapi],
15   'test-clone-visitor': [testqapi],
16   'test-qobject-input-visitor': [testqapi],
17   'test-forward-visitor': [testqapi],
18   'test-string-input-visitor': [testqapi],
19   'test-string-output-visitor': [testqapi],
20   'test-opts-visitor': [testqapi],
21   'test-visitor-serialization': [testqapi],
22   'test-bitmap': [],
23   # all code tested by test-x86-cpuid is inside topology.h
24   'test-x86-cpuid': [],
25   'test-cutils': [],
26   'test-div128': [],
27   'test-shift128': [],
28   'test-mul64': [],
29   # all code tested by test-int128 is inside int128.h
30   'test-int128': [],
31   'rcutorture': [],
32   'test-rcu-list': [],
33   'test-rcu-simpleq': [],
34   'test-rcu-tailq': [],
35   'test-rcu-slist': [],
36   'test-qdist': [],
37   'test-qht': [],
38   'test-bitops': [],
39   'test-bitcnt': [],
40   'test-qgraph': ['../qtest/libqos/qgraph.c'],
41   'check-qom-interface': [qom],
42   'check-qom-proplist': [qom],
43   'test-qemu-opts': [],
44   'test-keyval': [testqapi],
45   'test-logging': [],
46   'test-uuid': [],
47   'ptimer-test': ['ptimer-test-stubs.c', meson.project_source_root() / 'hw/core/ptimer.c'],
48   'test-qapi-util': [],
49   'test-smp-parse': [qom, meson.project_source_root() / 'hw/core/machine-smp.c'],
50 }
51
52 if have_system or have_tools
53   tests += {
54     'test-qmp-event': [testqapi],
55   }
56
57   if seccomp.found()
58     tests += {'test-seccomp': ['../../softmmu/qemu-seccomp.c', seccomp]}
59   endif
60 endif
61
62 if have_block
63   tests += {
64     'test-coroutine': [testblock],
65     'test-aio': [testblock],
66     'test-aio-multithread': [testblock],
67     'test-throttle': [testblock],
68     'test-thread-pool': [testblock],
69     'test-hbitmap': [testblock],
70     'test-bdrv-drain': [testblock],
71     'test-bdrv-graph-mod': [testblock],
72     'test-blockjob': [testblock],
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-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],
89     'test-crypto-ivgen': [io],
90     'test-crypto-afsplit': [io],
91     'test-crypto-block': [io],
92   }
93   if gnutls.found() and \
94      tasn1.found() and \
95      'CONFIG_POSIX' in config_host
96     tests += {
97       'test-crypto-tlscredsx509': ['crypto-tls-x509-helpers.c', 'pkix_asn1_tab.c',
98                                    tasn1, crypto, gnutls],
99       'test-crypto-tlssession': ['crypto-tls-x509-helpers.c', 'pkix_asn1_tab.c', 'crypto-tls-psk-helpers.c',
100                                  tasn1, crypto, gnutls],
101       'test-io-channel-tls': ['io-channel-helpers.c', 'crypto-tls-x509-helpers.c', 'pkix_asn1_tab.c',
102                               tasn1, io, crypto, gnutls]}
103   endif
104   if pam.found()
105     tests += {'test-authz-pam': [authz]}
106   endif
107   if xts == 'private'
108     tests += {'test-crypto-xts': [crypto, io]}
109   endif
110   if 'CONFIG_POSIX' in config_host
111     tests += {'test-image-locking': [testblock]}
112   endif
113   if config_host_data.get('CONFIG_REPLICATION')
114     tests += {'test-replication': [testblock]}
115   endif
116   if nettle.found() or gcrypt.found()
117     tests += {'test-crypto-pbkdf': [io]}
118   endif
119   if config_host_data.get('CONFIG_EPOLL_CREATE1')
120     tests += {'test-fdmon-epoll': [testblock]}
121   endif
122 endif
123
124 if have_system
125   tests += {
126     'test-iov': [],
127     'test-qmp-cmds': [testqapi],
128     'test-xbzrle': [migration],
129     'test-timed-average': [],
130     'test-util-sockets': ['socket-helpers.c'],
131     'test-base64': [],
132     'test-bufferiszero': [],
133     'test-vmstate': [migration, io],
134     'test-yank': ['socket-helpers.c', qom, io, chardev]
135   }
136   if config_host_data.get('CONFIG_INOTIFY1')
137     tests += {'test-util-filemonitor': []}
138   endif
139
140   # Some tests: test-char, test-qdev-global-props, and test-qga,
141   # are not runnable under TSan due to a known issue.
142   # https://github.com/google/sanitizers/issues/1116
143   if 'CONFIG_TSAN' not in config_host
144     if 'CONFIG_POSIX' in config_host
145         tests += {
146           'test-char': ['socket-helpers.c', qom, io, chardev]
147         }
148     endif
149
150     tests += {
151       'test-qdev-global-props': [qom, hwcore]
152     }
153   endif
154 endif
155
156 if have_ga and targetos == 'linux' and 'CONFIG_TSAN' not in config_host
157   tests += {'test-qga': ['../qtest/libqtest.c']}
158   test_deps += {'test-qga': qga}
159 endif
160
161 test_env = environment()
162 test_env.set('G_TEST_SRCDIR', meson.current_source_dir())
163 test_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
164
165 slow_tests = {
166   'test-crypto-tlscredsx509': 45,
167   'test-crypto-tlssession': 45
168 }
169
170 foreach test_name, extra: tests
171   src = [test_name + '.c']
172   deps = [qemuutil]
173   if extra.length() > 0
174     # use a sourceset to quickly separate sources and deps
175     test_ss = ss.source_set()
176     test_ss.add(extra)
177     src += test_ss.all_sources()
178     deps += test_ss.all_dependencies()
179   endif
180   exe = executable(test_name, src, genh, dependencies: deps)
181
182   test(test_name, exe,
183        depends: test_deps.get(test_name, []),
184        env: test_env,
185        args: ['--tap', '-k'],
186        protocol: 'tap',
187        timeout: slow_tests.get(test_name, 30),
188        priority: slow_tests.get(test_name, 30),
189        suite: ['unit'])
190 endforeach