Home
last modified time | relevance | path

Searched refs:build_tests (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/slpd-lite/
H A Dmeson.build23 build_tests = get_option('tests') variable
24 gtest = dependency('gtest', main: true, disabler: true, required: build_tests)
25 gmock = dependency('gmock', disabler: true, required: build_tests)
/openbmc/phosphor-bmc-code-mgmt/
H A Dmeson.build65 build_tests = get_option('tests') variable
71 common_build = build_tests.allowed()
79 if build_tests.allowed()
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/
H A Dconditionaltests.patch32 build_tests="no"
37 + build_tests="no"
42 AM_CONDITIONAL(BUILD_TESTS, test x$build_tests = xyes)
/openbmc/phosphor-virtual-sensor/test/
H A Dmeson.build1 gtest = dependency('gtest', main: true, disabler: true, required: build_tests)
2 gmock = dependency('gmock', disabler: true, required: build_tests)
/openbmc/sdeventplus/
H A Dmeson.build15 build_tests = get_option('tests') variable
21 if build_tests.allowed()
/openbmc/gpioplus/
H A Dmeson.build14 build_tests = get_option('tests') variable
20 if build_tests.allowed()
/openbmc/witherspoon-pfault-analysis/
H A Dmeson.build10 build_tests = get_option('tests') variable
12 gmock = dependency('gmock', disabler: true, required: build_tests)
13 gtest = dependency('gtest', main: true, disabler: true, required: build_tests)
/openbmc/phosphor-host-postd/test/
H A Dmeson.build1 gtest = dependency('gtest', main: true, disabler: true, required: build_tests)
2 gmock = dependency('gmock', disabler: true, required: build_tests)
/openbmc/estoraged/src/test/
H A Dmeson.build1 gtest = dependency('gtest', main: true, disabler: true, required: build_tests)
2 gmock = dependency('gmock', disabler: true, required: build_tests)
/openbmc/phosphor-gpio-monitor/test/
H A Dmeson.build1 gmock_dep = dependency('gmock', disabler: true, required: build_tests)
6 required: build_tests,
/openbmc/estoraged/src/
H A Dmeson.build52 build_tests = get_option('tests') variable
53 if build_tests.allowed()
/openbmc/google-misc/subprojects/ncsid/
H A Dmeson.build31 build_tests = get_option('tests') variable
33 if build_tests.allowed()
/openbmc/phosphor-virtual-sensor/
H A Dmeson.build61 build_tests = get_option('tests') variable
62 if build_tests.allowed()
/openbmc/entity-manager/
H A Dmeson.build20 build_tests = get_option('tests') variable
119 if not build_tests.disabled()
123 if not (gtest.found() and gmock.found()) and build_tests.enabled()
/openbmc/phosphor-psu-code-mgmt/test/
H A Dmeson.build26 gtest = dependency('gtest', main: true, disabler: true, required: build_tests)
27 gmock = dependency('gmock', disabler: true, required: build_tests)
/openbmc/phosphor-led-sysfs/
H A Dmeson.build82 build_tests = get_option('tests') variable
83 if build_tests.allowed()
/openbmc/phosphor-dbus-monitor/src/
H A Dmeson.build76 build_tests = get_option('tests') variable
77 if build_tests.allowed()
/openbmc/google-misc/subprojects/dhcp-done/
H A Dmeson.build65 build_tests = get_option('tests') variable
67 #if build_tests.allowed()
/openbmc/phosphor-host-postd/
H A Dmeson.build14 build_tests = get_option('tests') variable
101 if build_tests.allowed()
/openbmc/phosphor-snmp/
H A Dmeson.build121 build_tests = get_option('tests') variable
122 if not build_tests.disabled()
/openbmc/phosphor-psu-code-mgmt/
H A Dmeson.build71 build_tests = get_option('tests') variable
78 if build_tests.allowed()
/openbmc/phosphor-net-ipmid/
H A Dmeson.build117 build_tests = get_option('tests') variable
118 if build_tests.allowed()
/openbmc/openpower-vpd-parser/
H A Dmeson.build29 build_tests = get_option('tests') variable
35 if build_tests.allowed()
/openbmc/phosphor-gpio-monitor/
H A Dmeson.build134 build_tests = get_option('tests') variable
135 if build_tests.allowed()
/openbmc/phosphor-inventory-manager/
H A Dmeson.build141 build_tests = get_option('tests') variable
142 if build_tests.allowed()

12