meson.build (a95e0396c805735c491a049b01de6f5a713fb91b) | meson.build (7d378ed6e3b4a26f4da887fcccc4c6f1db3dcd42) |
---|---|
1# All QTests for now are POSIX-only, but the dependencies are 2# really in libqtest, not in the testcases themselves. 3if not config_host.has_key('CONFIG_POSIX') 4 subdir_done() 5endif 6 7qtests_generic = [ 8 'cdrom-test', --- 119 unchanged lines hidden (view full) --- 128qtests_sh4eb = (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) 129 130qtests_sparc = ['prom-env-test', 'm48t59-test', 'boot-serial-test'] 131 132qtests_sparc64 = \ 133 (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) + \ 134 ['prom-env-test', 'boot-serial-test'] 135 | 1# All QTests for now are POSIX-only, but the dependencies are 2# really in libqtest, not in the testcases themselves. 3if not config_host.has_key('CONFIG_POSIX') 4 subdir_done() 5endif 6 7qtests_generic = [ 8 'cdrom-test', --- 119 unchanged lines hidden (view full) --- 128qtests_sh4eb = (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) 129 130qtests_sparc = ['prom-env-test', 'm48t59-test', 'boot-serial-test'] 131 132qtests_sparc64 = \ 133 (config_all_devices.has_key('CONFIG_ISA_TESTDEV') ? ['endianness-test'] : []) + \ 134 ['prom-env-test', 'boot-serial-test'] 135 |
136qtests_npcm7xx = ['npcm7xx_timer-test'] | 136qtests_npcm7xx = ['npcm7xx_timer-test', 'npcm7xx_watchdog_timer-test'] |
137qtests_arm = \ 138 (config_all_devices.has_key('CONFIG_PFLASH_CFI02') ? ['pflash-cfi02-test'] : []) + \ 139 (config_all_devices.has_key('CONFIG_NPCM7XX') ? qtests_npcm7xx : []) + \ 140 ['arm-cpu-features', 141 'microbit-test', 142 'm25p80-test', 143 'test-arm-mptimer', 144 'boot-serial-test', --- 119 unchanged lines hidden --- | 137qtests_arm = \ 138 (config_all_devices.has_key('CONFIG_PFLASH_CFI02') ? ['pflash-cfi02-test'] : []) + \ 139 (config_all_devices.has_key('CONFIG_NPCM7XX') ? qtests_npcm7xx : []) + \ 140 ['arm-cpu-features', 141 'microbit-test', 142 'm25p80-test', 143 'test-arm-mptimer', 144 'boot-serial-test', --- 119 unchanged lines hidden --- |