Home
last modified time | relevance | path

Searched refs:UNIT_TEST (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/test/
H A DKconfig1 menuconfig UNIT_TEST config
11 depends on UNIT_TEST
19 depends on UNIT_TEST
28 depends on UNIT_TEST
H A Dbloblist.c18 UNIT_TEST(_name, _flags, bloblist_test)
H A Dunicode_ut.c17 #define UNICODE_TEST(_name) UNIT_TEST(_name, 0, unicode_test)
/openbmc/openbmc-build-scripts/
H A Drun-unit-test-docker.sh80 UNIT_TEST="/bin/bash"
82 UNIT_TEST="${UNIT_TEST_SCRIPT_DIR}/${UNIT_TEST_PY},-w,${DOCKER_WORKDIR},\
116 "${UNIT_TEST_SCRIPT_DIR}/${DBUS_UNIT_TEST_PY}" -u "${UNIT_TEST}" \
/openbmc/openbmc-build-scripts/scripts/
H A Ddbus-unit-test.py106 UNIT_TEST = args.UNIT_TEST variable
109 check_call(UNIT_TEST.split(","), env=os.environ)
/openbmc/u-boot/include/test/
H A Denv.h13 #define ENV_TEST(_name, _flags) UNIT_TEST(_name, _flags, env_test)
H A Dlib.h12 #define LIB_TEST(_name, _flags) UNIT_TEST(_name, _flags, lib_test)
H A Doverlay.h13 #define OVERLAY_TEST(_name, _flags) UNIT_TEST(_name, _flags, overlay_test)
H A Dcompression.h14 UNIT_TEST(_name, _flags, compression_test)
H A Dtest.h41 #define UNIT_TEST(_name, _flags, _suite) \ macro
/openbmc/u-boot/test/env/
H A DKconfig3 depends on UNIT_TEST
/openbmc/u-boot/test/overlay/
H A DKconfig3 depends on UNIT_TEST && OF_CONTROL
/openbmc/u-boot/test/dm/
H A DKconfig3 depends on SANDBOX && UNIT_TEST
/openbmc/u-boot/include/dm/
H A Dtest.h158 #define DM_TEST(_name, _flags) UNIT_TEST(_name, _flags, dm_test)
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c27 #define UNIT_TEST 0 macro
28 #if !UNIT_TEST