| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | Makefile.target | 14 TESTS+=hello-s390x 15 TESTS+=csst 16 TESTS+=ipm 17 TESTS+=exrl-trt 18 TESTS+=exrl-trtr 19 TESTS+=pack 20 TESTS+=mie3-compl 21 TESTS+=mie3-mvcrl 22 TESTS+=mie3-sel 23 TESTS+=mvo [all …]
|
| /openbmc/qemu/tests/tcg/tricore/ |
| H A D | Makefile.softmmu-target | 9 TESTS += test_abs.asm.tst 10 TESTS += test_bmerge.asm.tst 11 TESTS += test_clz.asm.tst 12 TESTS += test_crcn.asm.tst 13 TESTS += test_dextr.asm.tst 14 TESTS += test_dvstep.asm.tst 15 TESTS += test_fadd.asm.tst 16 TESTS += test_fmul.asm.tst 17 TESTS += test_ftohp.asm.tst 18 TESTS += test_ftoi.asm.tst [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/ |
| H A D | 0004-Add-a-new-distro-feature-ptest.patch | 9 Split "check-TESTS" into a buildtest and runtest target, so that they can 26 -.PHONY: check-TESTS 27 +.PHONY: check-TESTS buildtest-TESTS runtest-TESTS 35 -check-TESTS: $(TESTS) 38 +buildtest-TESTS: $(TESTS) $(check_PROGRAMS) 40 +check-TESTS: buildtest-TESTS 41 + $(MAKE) $(AM_MAKEFLAGS) runtest-TESTS 43 +runtest-TESTS:
|
| /openbmc/qemu/tests/tcg/riscv64/ |
| H A D | Makefile.target | 5 TESTS += test-div 6 TESTS += noexec 9 TESTS += test-noc 13 TESTS += test-aes 17 TESTS += test-fcvtmod
|
| /openbmc/qemu/tests/tcg/sh4/ |
| H A D | Makefile.target | 16 TESTS += test-macl 19 TESTS += test-macw 22 TESTS += test-addv 25 TESTS += test-subv
|
| /openbmc/qemu/tests/tcg/aarch64/ |
| H A D | pauth-4.c | 7 #define TESTS 1000 macro 11 char base[TESTS]; in main() 24 for (i = 0; i < TESTS; i++) { in main() 51 perc = (float) count / (float) TESTS; in main()
|
| H A D | pauth-1.c | 10 #define TESTS 1000 macro 18 for (i = 0; i < TESTS; i++) { in main() 31 perc = (float) count / (float) (TESTS * 2); in main()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/ |
| H A D | run-ptest | 37 TESTS= 39 TESTS="$TESTS $(basename ${i%-test})" 42 ${BASEDIR}/runsuite ${TESTS} --inputdir=${BASEDIR}
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/ |
| H A D | run-ptest | 9 TESTS=$* 12 TESTS="alltests -test_symbol_presence" 19 { perl ./test/run_tests.pl $TESTS || echo "FAIL: openssl" ; } | sed -u -r -e '/(.*) \.*.ok/ s/^/PAS…
|
| /openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/ |
| H A D | run-ptest | 4 make FLEX=/usr/bin/flex -t check-TESTS || true 5 make FLEX=/usr/bin/flex abs_builddir=./ check-TESTS
|
| H A D | 0001-tests-add-a-target-for-building-tests-without-runnin.patch | 18 TESTS = $(check_PROGRAMS) options.cn 21 +buildtests: $(TESTS)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
| H A D | 0009-Prevent-running-check-tests-on-host-if-cross-compili.patch | 10 set which bypasses assiging tests to the makekfile variable TESTS. 11 Since TESTS is empty, the 'make check' process never tries to run the 55 TESTS = ${check_PROGRAMS} 66 TESTS = ${check_PROGRAMS} utf8_checker.sh 77 TESTS = ${check_PROGRAMS} 98 TESTS = ${check_PROGRAMS} 109 TESTS = ${check_PROGRAMS}
|
| /openbmc/openbmc/poky/meta/recipes-core/libxml/libxml2/ |
| H A D | run-ptest | 8 TESTS="runtest runsuite testrecurse testchar testdict runxmlconf testapi testlimits testparser" 10 for T in $TESTS; do
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnftnl/libnftnl/ |
| H A D | 0001-configure.ac-Add-serial-tests.patch | 6 ptest needs buildtest-TESTS and runtest-TESTS targets. 27 +AM_EXTRA_RECURSIVE_TARGETS([buildtest-TESTS])
|
| /openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/ |
| H A D | test.sh | 14 TESTS=${@:-test/*.test} 16 for FILENAME in $TESTS; do
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/ |
| H A D | 0003-Makefile.am-disable-building-noinst-tests-for-musl.patch | 22 # This should always include $(TESTS), but may also include other 25 -noinst_PROGRAMS += $(TESTS) 26 +#noinst_PROGRAMS += $(TESTS)
|
| /openbmc/openbmc/poky/meta/recipes-devtools/m4/ |
| H A D | m4-1.4.20.inc | 28 …sed -i '/^buildtest-TESTS: /c buildtest-TESTS: $(TESTS) $(check_LIBRARIES) $(check_PROGRAMS)' Make… 29 oe_runmake buildtest-TESTS
|
| /openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ |
| H A D | ptest.patch | 4 Subject: [PATCH] Define TESTS variable 20 +TESTS = $(check_PROGRAMS)
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5/ |
| H A D | 0001-tests-add-a-target-for-building-tests-without-runnin.patch | 17 TESTS = $(unit_tests) 21 +buildtests: $(TESTS)
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/ |
| H A D | openhpi_3.8.0.bb | 88 for x in `find ${B} -name Makefile -exec grep -l buildtest-TESTS {} \;`; do 94 oe_runmake -C ${dir} buildtest-TESTS 97 *) oe_runmake -C ${dir} buildtest-TESTS ;; 103 for x in `find ${B} -name Makefile -exec grep -l buildtest-TESTS {} \;`; do 107 oe_runmake -C ${dir} buildtest-TESTS 114 TESTS="utils marshal openhpid" 115 for subtest in ${TESTS}; do
|
| /openbmc/qemu/tests/tcg/x86_64/ |
| H A D | Makefile.target | 22 TESTS=$(MULTIARCH_TESTS) $(X86_64_TESTS) test-x86_64 24 TESTS=$(MULTIARCH_TESTS)
|
| /openbmc/openbmc/poky/meta/recipes-core/dbus/dbus-glib/ |
| H A D | test-install-makefile.patch | 21 @@ -48,7 +48,8 @@ TESTS = \ 37 ## we use noinst_PROGRAMS not check_PROGRAMS for TESTS so that we 51 ## we use noinst_PROGRAMS not check_PROGRAMS for TESTS so that we
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
| H A D | openhpi-use-serial-tests-config-needed-by-ptest.patch | 6 ptest needs buildtest-TESTS and runtest-TESTS targets.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/ |
| H A D | squid-use-serial-tests-config-needed-by-ptest.patch | 6 ptest needs buildtest-TESTS and runtest-TESTS targets.
|
| /openbmc/openbmc/poky/meta/recipes-extended/ethtool/ethtool/ |
| H A D | avoid_parallel_tests.patch | 6 ptest needs buildtest-TESTS and runtest-TESTS targets.
|