Acceptance tests: show test report on GitLab CI
[qemu/ar7.git] / softmmu / meson.build
blob36c96e7b1555aac79487bab040c73c85d73b893d
1 specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files(
2   'arch_init.c',
3   'balloon.c',
4   'cpus.c',
5   'cpu-throttle.c',
6   'ioport.c',
7   'memory.c',
8   'memory_mapping.c',
9   'qtest.c',
10   'vl.c',
11   'cpu-timers.c',
12 )])
14 specific_ss.add(when: ['CONFIG_SOFTMMU', 'CONFIG_TCG'], if_true: [files(
15   'icount.c'
16 )])