Searched refs:unittests (Results 1 – 8 of 8) sorted by relevance
44 +AC_ARG_ENABLE(unittests, AS_HELP_STRING([--enable-unittests],[Enable building unit tests.]),[unitt…46 +AM_CONDITIONAL([BUILD_UNIT_TESTS], [test x$unittests = xyes])
99 unittests = {} variable223 if name in unittests:224 runtimes |= set(unittests[name])232 global unittests233 unittests = list_unittests()
18 --disable-unittests \
39 cp ${B}/unittests/test_* ${D}${PTEST_PATH}/tests
10 be enabled manually for unittests, overlays or
118 pytest test/unittests/ --cov=mycroft "$@"
8 # testimage.bbclass enables testing of qemu images using python unittests.
125740 If unittests are enabled, make will build those as well - spotting potential125746 If unittests are disabled, this change has no effect.