Home
last modified time | relevance | path

Searched refs:unittests (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/package/libgdiplus/
H A D0001-Build-unit-tests-only-when-enable-unit-tests-is-pass.patch44 +AC_ARG_ENABLE(unittests, AS_HELP_STRING([--enable-unittests],[Enable building unit tests.]),[unitt…
46 +AM_CONDITIONAL([BUILD_UNIT_TESTS], [test x$unittests = xyes])
/OK3568_Linux_fs/buildroot/utils/
H A Dgetdeveloperlib.py99 unittests = {} variable
223 if name in unittests:
224 runtimes |= set(unittests[name])
232 global unittests
233 unittests = list_unittests()
/OK3568_Linux_fs/buildroot/package/tor/
H A Dtor.mk18 --disable-unittests \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libcereal/
H A Dlibcereal_1.3.2.bb39 cp ${B}/unittests/test_* ${D}${PTEST_PATH}/tests
/OK3568_Linux_fs/kernel/drivers/of/
H A DKconfig10 be enabled manually for unittests, overlays or
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0001-Remove-python-venv.patch118 pytest test/unittests/ --cov=mycroft "$@"
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtestimage.bbclass8 # testimage.bbclass enables testing of qemu images using python unittests.
/OK3568_Linux_fs/external/xserver/
H A DChangeLog125740 If unittests are enabled, make will build those as well - spotting potential
125746 If unittests are disabled, this change has no effect.