| /OK3568_Linux_fs/kernel/tools/testing/selftests/sync/ |
| H A D | Makefile | 18 TESTS += sync_alloc.o 19 TESTS += sync_fence.o 20 TESTS += sync_merge.o 21 TESTS += sync_wait.o 22 TESTS += sync_stress_parallelism.o 23 TESTS += sync_stress_consumer.o 24 TESTS += sync_stress_merge.o 27 TESTS := $(patsubst %,$(OUTPUT)/%,$(TESTS)) macro 29 $(TEST_CUSTOM_PROGS): $(TESTS) $(OBJS) 30 $(CC) -o $(TEST_CUSTOM_PROGS) $(OBJS) $(TESTS) $(CFLAGS) $(LDFLAGS) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/ |
| H A D | buildtest.patch | 9 Split "check-TESTS" into a buildtest and runtest target, so that they can 27 -.PHONY: check-TESTS 28 +.PHONY: check-TESTS buildtest-TESTS runtest-TESTS 36 -check-TESTS: $(TESTS) 39 +buildtest-TESTS: $(TESTS) 41 +check-TESTS: buildtest-TESTS 42 + $(MAKE) $(AM_MAKEFLAGS) runtest-TESTS 44 +runtest-TESTS:
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ |
| H A D | run_kselftest.sh | 8 TESTS="$BASE_DIR"/kselftest-list.txt 9 if [ ! -r "$TESTS" ] ; then 10 echo "$0: Could not find list of tests to run ($TESTS)" >&2 13 available="$(cat "$TESTS")"
|
| /OK3568_Linux_fs/yocto/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}
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | drop_monitor_tests.sh | 11 TESTS=" 136 (options: $TESTS) 145 t) TESTS=$OPTARG;; 200 for t in $TESTS 206 help) echo "Test names: $TESTS"; exit 0;; 210 if [ "$TESTS" != "none" ]; then
|
| H A D | vrf_route_leaking.sh | 577 4) TESTS=ipv4;; 578 6) TESTS=ipv6;; 579 t) TESTS=$OPTARG;; 590 if [ -z "$TESTS" ]; then 591 TESTS="$TESTS_IPV4 $TESTS_IPV6" 592 elif [ "$TESTS" = "ipv4" ]; then 593 TESTS="$TESTS_IPV4" 594 elif [ "$TESTS" = "ipv6" ]; then 595 TESTS="$TESTS_IPV6" 598 for t in $TESTS [all …]
|
| /OK3568_Linux_fs/yocto/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}
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/kmod/ |
| H A D | avoid_parallel_tests.patch | 7 buildtest-TESTS and runtest-TESTS targets required by ptest. 9 In order to have buildtest-TESTS and runtest-TESTS targets
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/tests/ |
| H A D | Makefile | 3 TESTS = test-cpumap test-threadmap test-evlist test-evsel macro 5 TESTS_SO := $(addsuffix -so,$(TESTS)) 6 TESTS_A := $(addsuffix -a,$(TESTS))
|
| /OK3568_Linux_fs/yocto/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])
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/openhpi/ |
| H A D | openhpi_3.8.0.bb | 86 for x in `find ${B} -name Makefile -exec grep -l buildtest-TESTS {} \;`; do 92 oe_runmake -C ${dir} buildtest-TESTS 95 *) oe_runmake -C ${dir} buildtest-TESTS ;; 101 for x in `find ${B} -name Makefile -exec grep -l buildtest-TESTS {} \;`; do 105 oe_runmake -C ${dir} buildtest-TESTS 112 TESTS="utils marshal openhpid" 113 for subtest in ${TESTS}; do
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H A D | drm_selftest.c | 28 #include TESTS 38 #include TESTS 47 #include TESTS
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/m4/ |
| H A D | m4-1.4.19.inc | 34 …sed -i '/^buildtest-TESTS: /c buildtest-TESTS: $(TESTS) $(check_LIBRARIES) $(check_PROGRAMS)' Make… 35 oe_runmake buildtest-TESTS
|
| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/dbus/dbus-glib/ |
| H A D | test-install-makefile.patch | 17 @@ -48,7 +48,8 @@ TESTS = \ 33 ## we use noinst_PROGRAMS not check_PROGRAMS for TESTS so that we 47 ## we use noinst_PROGRAMS not check_PROGRAMS for TESTS so that we
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/util-linux/util-linux/ |
| H A D | ptest.patch | 4 Subject: [PATCH] Define TESTS variable 21 +TESTS = $(check_PROGRAMS)
|
| H A D | avoid_parallel_tests.patch | 6 Ptest needs buildtest-TESTS and runtest-TESTS targets.
|
| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/yocto/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.
|
| /OK3568_Linux_fs/yocto/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.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ethtool/ethtool/ |
| H A D | avoid_parallel_tests.patch | 6 ptest needs buildtest-TESTS and runtest-TESTS targets.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/onig/onig/ |
| H A D | 0001-build-enable-serial-tests-automake-option-for-ptest.patch | 13 buildtest-TESTS and runtest-TESTS makefile targets, the
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | Makefile.am | 33 TESTS = tests \ macro 114 TESTS += xi1-tests 123 TESTS += xi2-tests
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libpcre/libpcre/ |
| H A D | Makefile | 1 TESTS = pcre_stringpiece_unittest RunTest RunGrepTest macro 64 am__test_logs1 = $(TESTS:=.log) 158 check-TESTS:
|