Home
last modified time | relevance | path

Searched refs:TESTS (Results 1 – 25 of 94) sorted by relevance

1234

/OK3568_Linux_fs/kernel/tools/testing/selftests/sync/
H A DMakefile18 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 Dbuildtest.patch9 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 Drun_kselftest.sh8 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 Drun-ptest37 TESTS=
39 TESTS="$TESTS $(basename ${i%-test})"
42 ${BASEDIR}/runsuite ${TESTS} --inputdir=${BASEDIR}
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Ddrop_monitor_tests.sh11 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 Dvrf_route_leaking.sh577 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 D0009-Prevent-running-check-tests-on-host-if-cross-compili.patch10 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 Davoid_parallel_tests.patch7 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 DMakefile3 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 D0001-configure.ac-Add-serial-tests.patch6 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 Dopenhpi_3.8.0.bb86 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 Ddrm_selftest.c28 #include TESTS
38 #include TESTS
47 #include TESTS
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/m4/
H A Dm4-1.4.19.inc34 …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 Drun-ptest4 make FLEX=/usr/bin/flex -t check-TESTS || true
5 make FLEX=/usr/bin/flex abs_builddir=./ check-TESTS
H A D0001-tests-add-a-target-for-building-tests-without-runnin.patch18 TESTS = $(check_PROGRAMS) options.cn
21 +buildtests: $(TESTS)
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dbus/dbus-glib/
H A Dtest-install-makefile.patch17 @@ -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 Dptest.patch4 Subject: [PATCH] Define TESTS variable
21 +TESTS = $(check_PROGRAMS)
H A Davoid_parallel_tests.patch6 Ptest needs buildtest-TESTS and runtest-TESTS targets.
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bluez5/bluez5/
H A D0001-tests-add-a-target-for-building-tests-without-runnin.patch17 TESTS = $(unit_tests)
21 +buildtests: $(TESTS)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dopenhpi-use-serial-tests-config-needed-by-ptest.patch6 ptest needs buildtest-TESTS and runtest-TESTS targets.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/squid/files/
H A Dsquid-use-serial-tests-config-needed-by-ptest.patch6 ptest needs buildtest-TESTS and runtest-TESTS targets.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ethtool/ethtool/
H A Davoid_parallel_tests.patch6 ptest needs buildtest-TESTS and runtest-TESTS targets.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/onig/onig/
H A D0001-build-enable-serial-tests-automake-option-for-ptest.patch13 buildtest-TESTS and runtest-TESTS makefile targets, the
/OK3568_Linux_fs/external/xserver/test/
H A DMakefile.am33 TESTS = tests \ macro
114 TESTS += xi1-tests
123 TESTS += xi2-tests
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libpcre/libpcre/
H A DMakefile1 TESTS = pcre_stringpiece_unittest RunTest RunGrepTest macro
64 am__test_logs1 = $(TESTS:=.log)
158 check-TESTS:

1234