test: link against all enabled libs
[dpdk.git] / app / test / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 if is_windows
5     build = false
6     reason = 'not supported on Windows'
7     subdir_done()
8 endif
9
10 if not get_option('tests')
11     subdir_done()
12 endif
13
14 test_sources = files(
15         'commands.c',
16         'packet_burst_generator.c',
17         'test.c',
18         'test_acl.c',
19         'test_alarm.c',
20         'test_atomic.c',
21         'test_barrier.c',
22         'test_bitops.c',
23         'test_bitmap.c',
24         'test_bpf.c',
25         'test_byteorder.c',
26         'test_cksum.c',
27         'test_cmdline.c',
28         'test_cmdline_cirbuf.c',
29         'test_cmdline_etheraddr.c',
30         'test_cmdline_ipaddr.c',
31         'test_cmdline_lib.c',
32         'test_cmdline_num.c',
33         'test_cmdline_portlist.c',
34         'test_cmdline_string.c',
35         'test_common.c',
36         'test_cpuflags.c',
37         'test_crc.c',
38         'test_cryptodev.c',
39         'test_cryptodev_asym.c',
40         'test_cryptodev_blockcipher.c',
41         'test_cryptodev_security_ipsec.c',
42         'test_cryptodev_security_pdcp.c',
43         'test_cycles.c',
44         'test_debug.c',
45         'test_devargs.c',
46         'test_distributor.c',
47         'test_distributor_perf.c',
48         'test_dmadev.c',
49         'test_dmadev_api.c',
50         'test_eal_flags.c',
51         'test_eal_fs.c',
52         'test_efd.c',
53         'test_efd_perf.c',
54         'test_errno.c',
55         'test_ethdev_link.c',
56         'test_event_crypto_adapter.c',
57         'test_event_eth_rx_adapter.c',
58         'test_event_ring.c',
59         'test_event_timer_adapter.c',
60         'test_eventdev.c',
61         'test_external_mem.c',
62         'test_fbarray.c',
63         'test_fib.c',
64         'test_fib_perf.c',
65         'test_fib6.c',
66         'test_fib6_perf.c',
67         'test_func_reentrancy.c',
68         'test_flow_classify.c',
69         'test_graph.c',
70         'test_graph_perf.c',
71         'test_hash.c',
72         'test_hash_functions.c',
73         'test_hash_multiwriter.c',
74         'test_hash_readwrite.c',
75         'test_hash_perf.c',
76         'test_hash_readwrite_lf_perf.c',
77         'test_interrupts.c',
78         'test_ipfrag.c',
79         'test_ipsec.c',
80         'test_ipsec_sad.c',
81         'test_ipsec_perf.c',
82         'test_kni.c',
83         'test_kvargs.c',
84         'test_lcores.c',
85         'test_logs.c',
86         'test_lpm.c',
87         'test_lpm6.c',
88         'test_lpm6_perf.c',
89         'test_lpm_perf.c',
90         'test_malloc.c',
91         'test_mbuf.c',
92         'test_member.c',
93         'test_member_perf.c',
94         'test_memcpy.c',
95         'test_memcpy_perf.c',
96         'test_memory.c',
97         'test_mempool.c',
98         'test_mempool_perf.c',
99         'test_memzone.c',
100         'test_meter.c',
101         'test_mcslock.c',
102         'test_mp_secondary.c',
103         'test_per_lcore.c',
104         'test_pflock.c',
105         'test_pmd_perf.c',
106         'test_power.c',
107         'test_power_cpufreq.c',
108         'test_power_kvm_vm.c',
109         'test_prefetch.c',
110         'test_rand_perf.c',
111         'test_rawdev.c',
112         'test_rcu_qsbr.c',
113         'test_rcu_qsbr_perf.c',
114         'test_reciprocal_division.c',
115         'test_reciprocal_division_perf.c',
116         'test_red.c',
117         'test_pie.c',
118         'test_reorder.c',
119         'test_rib.c',
120         'test_rib6.c',
121         'test_ring.c',
122         'test_ring_mpmc_stress.c',
123         'test_ring_hts_stress.c',
124         'test_ring_mt_peek_stress.c',
125         'test_ring_mt_peek_stress_zc.c',
126         'test_ring_perf.c',
127         'test_ring_rts_stress.c',
128         'test_ring_st_peek_stress.c',
129         'test_ring_st_peek_stress_zc.c',
130         'test_ring_stress.c',
131         'test_rwlock.c',
132         'test_sched.c',
133         'test_security.c',
134         'test_service_cores.c',
135         'test_spinlock.c',
136         'test_stack.c',
137         'test_stack_perf.c',
138         'test_string_fns.c',
139         'test_table.c',
140         'test_table_acl.c',
141         'test_table_combined.c',
142         'test_table_pipeline.c',
143         'test_table_ports.c',
144         'test_table_tables.c',
145         'test_tailq.c',
146         'test_thash.c',
147         'test_thash_perf.c',
148         'test_timer.c',
149         'test_timer_perf.c',
150         'test_timer_racecond.c',
151         'test_timer_secondary.c',
152         'test_ticketlock.c',
153         'test_trace.c',
154         'test_trace_register.c',
155         'test_trace_perf.c',
156         'test_version.c',
157         'virtual_pmd.c',
158 )
159
160 test_deps = enabled_libs
161 # as well as libs, the pci and vdev bus drivers are needed for a lot of tests
162 test_deps += ['bus_pci', 'bus_vdev']
163
164 # Each test is marked with flag true/false
165 # to indicate whether it can run in no-huge mode.
166 fast_tests = [
167         ['acl_autotest', true],
168         ['atomic_autotest', false],
169         ['bitmap_autotest', true],
170         ['bpf_autotest', true],
171         ['bpf_convert_autotest', true],
172         ['bitops_autotest', true],
173         ['byteorder_autotest', true],
174         ['cksum_autotest', true],
175         ['cmdline_autotest', true],
176         ['common_autotest', true],
177         ['cpuflags_autotest', true],
178         ['debug_autotest', true],
179         ['devargs_autotest', true],
180         ['eal_flags_c_opt_autotest', false],
181         ['eal_flags_main_opt_autotest', false],
182         ['eal_flags_n_opt_autotest', false],
183         ['eal_flags_hpet_autotest', false],
184         ['eal_flags_no_huge_autotest', false],
185         ['eal_flags_a_opt_autotest', false],
186         ['eal_flags_b_opt_autotest', false],
187         ['eal_flags_vdev_opt_autotest', false],
188         ['eal_flags_r_opt_autotest', false],
189         ['eal_flags_mem_autotest', false],
190         ['eal_flags_file_prefix_autotest', false],
191         ['eal_flags_misc_autotest', false],
192         ['eal_fs_autotest', true],
193         ['errno_autotest', true],
194         ['ethdev_link_status', true],
195         ['event_ring_autotest', true],
196         ['fib_autotest', true],
197         ['fib6_autotest', true],
198         ['func_reentrancy_autotest', false],
199         ['flow_classify_autotest', false],
200         ['hash_autotest', true],
201         ['interrupt_autotest', true],
202         ['ipfrag_autotest', false],
203         ['lcores_autotest', true],
204         ['logs_autotest', true],
205         ['lpm_autotest', true],
206         ['lpm6_autotest', true],
207         ['malloc_autotest', false],
208         ['mbuf_autotest', false],
209         ['mcslock_autotest', false],
210         ['memcpy_autotest', true],
211         ['memory_autotest', false],
212         ['mempool_autotest', false],
213         ['memzone_autotest', false],
214         ['meter_autotest', true],
215         ['multiprocess_autotest', false],
216         ['per_lcore_autotest', true],
217         ['pflock_autotest', true],
218         ['prefetch_autotest', true],
219         ['rcu_qsbr_autotest', true],
220         ['pie_autotest', true],
221         ['rib_autotest', true],
222         ['rib6_autotest', true],
223         ['ring_autotest', true],
224         ['rwlock_test1_autotest', true],
225         ['rwlock_rda_autotest', true],
226         ['rwlock_rds_wrm_autotest', true],
227         ['rwlock_rde_wro_autotest', true],
228         ['sched_autotest', true],
229         ['security_autotest', false],
230         ['spinlock_autotest', true],
231         ['stack_autotest', false],
232         ['stack_lf_autotest', false],
233         ['string_autotest', true],
234         ['table_autotest', true],
235         ['tailq_autotest', true],
236         ['ticketlock_autotest', true],
237         ['timer_autotest', false],
238         ['user_delay_us', true],
239         ['version_autotest', true],
240         ['crc_autotest', true],
241         ['distributor_autotest', false],
242         ['eventdev_common_autotest', true],
243         ['fbarray_autotest', true],
244         ['hash_readwrite_func_autotest', false],
245         ['ipsec_autotest', true],
246         ['kni_autotest', false],
247         ['kvargs_autotest', true],
248         ['member_autotest', true],
249         ['power_cpufreq_autotest', false],
250         ['power_autotest', true],
251         ['power_kvm_vm_autotest', false],
252         ['reorder_autotest', true],
253         ['service_autotest', true],
254         ['thash_autotest', true],
255         ['trace_autotest', true],
256 ]
257
258 # Tests known to have issues or which don't belong in other tests lists.
259 extra_test_names = [
260         'alarm_autotest', # ee00af60170b ("test: remove strict timing requirements some tests")
261         'cycles_autotest', # ee00af60170b ("test: remove strict timing requirements some tests")
262         'delay_us_sleep_autotest', # ee00af60170b ("test: remove strict timing requirements some tests")
263         'red_autotest', # https://bugs.dpdk.org/show_bug.cgi?id=826
264 ]
265
266 perf_test_names = [
267         'ring_perf_autotest',
268         'mempool_perf_autotest',
269         'memcpy_perf_autotest',
270         'hash_perf_autotest',
271         'timer_perf_autotest',
272         'reciprocal_division',
273         'reciprocal_division_perf',
274         'lpm_perf_autotest',
275         'rib_slow_autotest',
276         'fib_slow_autotest',
277         'fib_perf_autotest',
278         'red_all',
279         'pie_all',
280         'barrier_autotest',
281         'hash_multiwriter_autotest',
282         'timer_racecond_autotest',
283         'efd_autotest',
284         'hash_functions_autotest',
285         'member_perf_autotest',
286         'efd_perf_autotest',
287         'lpm6_perf_autotest',
288         'rib6_slow_autotest',
289         'fib6_slow_autotest',
290         'fib6_perf_autotest',
291         'rcu_qsbr_perf_autotest',
292         'red_perf',
293         'pie_perf',
294         'distributor_perf_autotest',
295         'pmd_perf_autotest',
296         'stack_perf_autotest',
297         'stack_lf_perf_autotest',
298         'rand_perf_autotest',
299         'hash_readwrite_perf_autotest',
300         'hash_readwrite_lf_perf_autotest',
301         'trace_perf_autotest',
302         'ipsec_perf_autotest',
303         'thash_perf_autotest',
304 ]
305
306 driver_test_names = [
307         'cryptodev_aesni_mb_autotest',
308         'cryptodev_aesni_gcm_autotest',
309         'cryptodev_cn9k_autotest',
310         'cryptodev_cn10k_autotest',
311         'cryptodev_dpaa_sec_autotest',
312         'cryptodev_dpaa2_sec_autotest',
313         'cryptodev_null_autotest',
314         'cryptodev_openssl_autotest',
315         'cryptodev_openssl_asym_autotest',
316         'cryptodev_qat_autotest',
317         'cryptodev_sw_armv8_autotest',
318         'cryptodev_sw_kasumi_autotest',
319         'cryptodev_sw_mvsam_autotest',
320         'cryptodev_sw_snow3g_autotest',
321         'cryptodev_sw_zuc_autotest',
322         'dmadev_autotest',
323         'eventdev_selftest_octeontx',
324         'eventdev_selftest_sw',
325         'rawdev_autotest',
326 ]
327
328 dump_test_names = [
329         'dump_struct_sizes',
330         'dump_mempool',
331         'dump_malloc_stats',
332         'dump_devargs',
333         'dump_log_types',
334         'dump_ring',
335         'dump_physmem',
336         'dump_memzone',
337 ]
338
339 # The following linkages are an exception to allow running the
340 # unit tests without requiring that the developer install the
341 # DPDK libraries.  Explicit linkage of drivers (plugin libraries)
342 # in applications should not be used.
343 if dpdk_conf.has('RTE_MEMPOOL_RING')
344     test_deps += 'mempool_ring'
345 endif
346 if dpdk_conf.has('RTE_MEMPOOL_STACK')
347     test_deps += 'mempool_stack'
348 endif
349 if dpdk_conf.has('RTE_EVENT_SKELETON')
350     test_deps += 'event_skeleton'
351 endif
352 if dpdk_conf.has('RTE_LIB_METRICS')
353     test_sources += ['test_metrics.c']
354     fast_tests += [['metrics_autotest', true]]
355 endif
356 if dpdk_conf.has('RTE_LIB_TELEMETRY')
357     test_sources += ['test_telemetry_json.c', 'test_telemetry_data.c']
358     fast_tests += [['telemetry_json_autotest', true], ['telemetry_data_autotest', true]]
359 endif
360
361 # The following linkages of drivers are required because
362 # they are used via a driver-specific API.
363 if dpdk_conf.has('RTE_NET_BOND')
364     test_deps += 'net_bond'
365     test_sources += ['test_link_bonding.c', 'test_link_bonding_rssconf.c']
366     driver_test_names += ['link_bonding_autotest', 'link_bonding_rssconf_autotest']
367     if dpdk_conf.has('RTE_NET_RING')
368         test_sources += 'test_link_bonding_mode4.c'
369         driver_test_names += 'link_bonding_mode4_autotest'
370     endif
371 endif
372 if dpdk_conf.has('RTE_NET_RING')
373     test_deps += 'net_ring'
374     test_sources += 'test_pmd_ring_perf.c'
375     test_sources += 'test_pmd_ring.c'
376     test_sources += 'test_event_eth_tx_adapter.c'
377     test_sources += 'sample_packet_forward.c'
378     fast_tests += [['ring_pmd_autotest', true]]
379     perf_test_names += 'ring_pmd_perf_autotest'
380     fast_tests += [['event_eth_tx_adapter_autotest', false]]
381     if dpdk_conf.has('RTE_LIB_BITRATESTATS')
382         test_sources += 'test_bitratestats.c'
383         fast_tests += [['bitratestats_autotest', true]]
384     endif
385     if dpdk_conf.has('RTE_LIB_LATENCYSTATS')
386         test_sources += 'test_latencystats.c'
387         fast_tests += [['latencystats_autotest', true]]
388     endif
389     if dpdk_conf.has('RTE_LIB_PDUMP')
390         test_sources += 'test_pdump.c'
391         fast_tests += [['pdump_autotest', true]]
392     endif
393 endif
394 if dpdk_conf.has('RTE_NET_NULL')
395     test_deps += 'net_null'
396     test_sources += 'test_vdev.c'
397     fast_tests += [['vdev_autotest', true]]
398 endif
399
400 if dpdk_conf.has('RTE_HAS_LIBPCAP')
401     ext_deps += pcap_dep
402     if dpdk_conf.has('RTE_LIB_PCAPNG')
403         test_sources += 'test_pcapng.c'
404     endif
405 endif
406
407 if cc.has_argument('-Wno-format-truncation')
408     cflags += '-Wno-format-truncation'
409 endif
410
411 # Strict-aliasing rules are violated by uint8_t[] to context size casts.
412 cflags += '-fno-strict-aliasing'
413
414 # Enable using internal APIs in unit tests
415 cflags += ['-DALLOW_INTERNAL_API']
416
417 test_dep_objs = []
418 if dpdk_conf.has('RTE_LIB_COMPRESSDEV')
419     compress_test_dep = dependency('zlib', required: false, method: 'pkg-config')
420     if compress_test_dep.found()
421         test_dep_objs += compress_test_dep
422         test_sources += 'test_compressdev.c'
423         fast_tests += [['compressdev_autotest', false]]
424     endif
425 endif
426
427 if dpdk_conf.has('RTE_CRYPTO_SCHEDULER')
428     driver_test_names += 'cryptodev_scheduler_autotest'
429     test_deps += 'crypto_scheduler'
430 endif
431
432 foreach d:test_deps
433     def_lib = get_option('default_library')
434     test_dep_objs += get_variable(def_lib + '_rte_' + d)
435 endforeach
436
437 link_libs = []
438 if get_option('default_library') == 'static'
439     link_libs = dpdk_static_libraries + dpdk_drivers
440 endif
441
442 dpdk_test = executable('dpdk-test',
443         test_sources,
444         link_whole: link_libs,
445         dependencies: test_dep_objs + ext_deps,
446         c_args: cflags,
447         install_rpath: join_paths(get_option('prefix'),
448              driver_install_path),
449         install: true)
450
451 has_hugepage = run_command('has-hugepage.sh').stdout().strip() != '0'
452 message('hugepage availability: @0@'.format(has_hugepage))
453
454 # some perf tests (eg: memcpy perf autotest)take very long
455 # to complete, so timeout to 10 minutes
456 timeout_seconds = 600
457 timeout_seconds_fast = 10
458
459 foreach arg : fast_tests
460     test_args = []
461     run_test = true
462     if not has_hugepage
463         if arg[1]
464             test_args += ['--no-huge', '-m', '2048']
465         else
466             run_test = false
467         endif
468     endif
469
470     if (get_option('default_library') == 'shared' and
471         arg[0] == 'event_eth_tx_adapter_autotest')
472         foreach drv:dpdk_drivers
473             test_args += ['-d', drv.full_path().split('.a')[0] + '.so']
474         endforeach
475     endif
476     if is_linux
477         test_args += ['--file-prefix=@0@'.format(arg[0])]
478     endif
479
480     if run_test
481         test(arg[0], dpdk_test,
482                 env : ['DPDK_TEST=' + arg[0]],
483                 args : test_args,
484                 timeout : timeout_seconds_fast,
485                 is_parallel : false,
486                 suite : 'fast-tests')
487     endif
488 endforeach
489
490 foreach arg : perf_test_names
491     test(arg, dpdk_test,
492             env : ['DPDK_TEST=' + arg],
493             timeout : timeout_seconds,
494             is_parallel : false,
495             suite : 'perf-tests')
496 endforeach
497
498 foreach arg : driver_test_names
499     test(arg, dpdk_test,
500             env : ['DPDK_TEST=' + arg],
501             timeout : timeout_seconds,
502             is_parallel : false,
503             suite : 'driver-tests')
504 endforeach
505
506 foreach arg : dump_test_names
507     test(arg, dpdk_test,
508             env : ['DPDK_TEST=' + arg],
509             timeout : timeout_seconds,
510             is_parallel : false,
511             suite : 'debug-tests')
512 endforeach
513
514 foreach arg : extra_test_names
515     test(arg, dpdk_test,
516             env : ['DPDK_TEST=' + arg],
517             timeout : timeout_seconds,
518             is_parallel : false,
519             suite : 'extra-tests')
520 endforeach