~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/tools/testing/selftests/Makefile

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /tools/testing/selftests/Makefile (Version linux-6.12-rc7) and /tools/testing/selftests/Makefile (Version linux-5.16.20)


  1 # SPDX-License-Identifier: GPL-2.0                  1 # SPDX-License-Identifier: GPL-2.0
  2 TARGETS += acct                                !!   2 TARGETS = arm64
  3 TARGETS += alsa                                << 
  4 TARGETS += amd-pstate                          << 
  5 TARGETS += arm64                               << 
  6 TARGETS += bpf                                      3 TARGETS += bpf
  7 TARGETS += breakpoints                              4 TARGETS += breakpoints
  8 TARGETS += cachestat                           << 
  9 TARGETS += capabilities                             5 TARGETS += capabilities
 10 TARGETS += cgroup                                   6 TARGETS += cgroup
 11 TARGETS += clone3                                   7 TARGETS += clone3
 12 TARGETS += connector                           << 
 13 TARGETS += core                                     8 TARGETS += core
 14 TARGETS += cpufreq                                  9 TARGETS += cpufreq
 15 TARGETS += cpu-hotplug                             10 TARGETS += cpu-hotplug
 16 TARGETS += damon                               << 
 17 TARGETS += devices/error_logs                  << 
 18 TARGETS += devices/probe                       << 
 19 TARGETS += dmabuf-heaps                        << 
 20 TARGETS += drivers/dma-buf                         11 TARGETS += drivers/dma-buf
 21 TARGETS += drivers/s390x/uvdevice              << 
 22 TARGETS += drivers/net                         << 
 23 TARGETS += drivers/net/bonding                 << 
 24 TARGETS += drivers/net/team                    << 
 25 TARGETS += drivers/net/virtio_net              << 
 26 TARGETS += drivers/platform/x86/intel/ifs      << 
 27 TARGETS += dt                                  << 
 28 TARGETS += efivarfs                                12 TARGETS += efivarfs
 29 TARGETS += exec                                    13 TARGETS += exec
 30 TARGETS += fchmodat2                           << 
 31 TARGETS += filesystems                             14 TARGETS += filesystems
 32 TARGETS += filesystems/binderfs                    15 TARGETS += filesystems/binderfs
 33 TARGETS += filesystems/epoll                       16 TARGETS += filesystems/epoll
 34 TARGETS += filesystems/fat                     << 
 35 TARGETS += filesystems/overlayfs               << 
 36 TARGETS += filesystems/statmount               << 
 37 TARGETS += firmware                                17 TARGETS += firmware
 38 TARGETS += fpu                                     18 TARGETS += fpu
 39 TARGETS += ftrace                                  19 TARGETS += ftrace
 40 TARGETS += futex                                   20 TARGETS += futex
 41 TARGETS += gpio                                    21 TARGETS += gpio
 42 TARGETS += hid                                 << 
 43 TARGETS += intel_pstate                            22 TARGETS += intel_pstate
 44 TARGETS += iommu                               << 
 45 TARGETS += ipc                                     23 TARGETS += ipc
 46 TARGETS += ir                                      24 TARGETS += ir
 47 TARGETS += kcmp                                    25 TARGETS += kcmp
 48 TARGETS += kexec                                   26 TARGETS += kexec
 49 TARGETS += kvm                                     27 TARGETS += kvm
 50 TARGETS += landlock                                28 TARGETS += landlock
 51 TARGETS += lib                                     29 TARGETS += lib
 52 TARGETS += livepatch                               30 TARGETS += livepatch
 53 TARGETS += lkdtm                                   31 TARGETS += lkdtm
 54 TARGETS += lsm                                 << 
 55 TARGETS += membarrier                              32 TARGETS += membarrier
 56 TARGETS += memfd                                   33 TARGETS += memfd
 57 TARGETS += memory-hotplug                          34 TARGETS += memory-hotplug
 58 TARGETS += mincore                                 35 TARGETS += mincore
 59 TARGETS += mount                                   36 TARGETS += mount
 60 TARGETS += mount_setattr                           37 TARGETS += mount_setattr
 61 TARGETS += move_mount_set_group                    38 TARGETS += move_mount_set_group
 62 TARGETS += mqueue                                  39 TARGETS += mqueue
 63 TARGETS += nci                                     40 TARGETS += nci
 64 TARGETS += net                                     41 TARGETS += net
 65 TARGETS += net/af_unix                             42 TARGETS += net/af_unix
 66 TARGETS += net/forwarding                          43 TARGETS += net/forwarding
 67 TARGETS += net/hsr                             << 
 68 TARGETS += net/mptcp                               44 TARGETS += net/mptcp
 69 TARGETS += net/netfilter                       !!  45 TARGETS += netfilter
 70 TARGETS += net/openvswitch                     << 
 71 TARGETS += net/packetdrill                     << 
 72 TARGETS += net/rds                             << 
 73 TARGETS += net/tcp_ao                          << 
 74 TARGETS += nsfs                                    46 TARGETS += nsfs
 75 TARGETS += perf_events                         << 
 76 TARGETS += pidfd                                   47 TARGETS += pidfd
 77 TARGETS += pid_namespace                           48 TARGETS += pid_namespace
 78 TARGETS += power_supply                        << 
 79 TARGETS += powerpc                                 49 TARGETS += powerpc
 80 TARGETS += prctl                               << 
 81 TARGETS += proc                                    50 TARGETS += proc
 82 TARGETS += pstore                                  51 TARGETS += pstore
 83 TARGETS += ptrace                                  52 TARGETS += ptrace
 84 TARGETS += openat2                                 53 TARGETS += openat2
 85 TARGETS += resctrl                             << 
 86 TARGETS += riscv                               << 
 87 TARGETS += rlimits                                 54 TARGETS += rlimits
 88 TARGETS += rseq                                    55 TARGETS += rseq
 89 TARGETS += rtc                                     56 TARGETS += rtc
 90 TARGETS += rust                                << 
 91 TARGETS += sched_ext                           << 
 92 TARGETS += seccomp                                 57 TARGETS += seccomp
 93 TARGETS += sgx                                     58 TARGETS += sgx
 94 TARGETS += sigaltstack                             59 TARGETS += sigaltstack
 95 TARGETS += size                                    60 TARGETS += size
 96 TARGETS += sparc64                                 61 TARGETS += sparc64
 97 TARGETS += splice                                  62 TARGETS += splice
 98 TARGETS += static_keys                             63 TARGETS += static_keys
 99 TARGETS += sync                                    64 TARGETS += sync
100 TARGETS += syscall_user_dispatch                   65 TARGETS += syscall_user_dispatch
101 TARGETS += sysctl                                  66 TARGETS += sysctl
102 TARGETS += tc-testing                              67 TARGETS += tc-testing
103 TARGETS += tdx                                 << 
104 TARGETS += thermal/intel/power_floor           << 
105 TARGETS += thermal/intel/workload_hint         << 
106 TARGETS += timens                                  68 TARGETS += timens
107 ifneq (1, $(quicktest))                            69 ifneq (1, $(quicktest))
108 TARGETS += timers                                  70 TARGETS += timers
109 endif                                              71 endif
110 TARGETS += tmpfs                                   72 TARGETS += tmpfs
111 TARGETS += tpm2                                    73 TARGETS += tpm2
112 TARGETS += tty                                 !!  74 TARGETS += user
113 TARGETS += uevent                              << 
114 TARGETS += user_events                         << 
115 TARGETS += vDSO                                    75 TARGETS += vDSO
116 TARGETS += mm                                  !!  76 TARGETS += vm
117 TARGETS += x86                                     77 TARGETS += x86
118 TARGETS += zram                                    78 TARGETS += zram
119 #Please keep the TARGETS list alphabetically s     79 #Please keep the TARGETS list alphabetically sorted
120 # Run "make quicktest=1 run_tests" or              80 # Run "make quicktest=1 run_tests" or
121 # "make quicktest=1 kselftest" from top level      81 # "make quicktest=1 kselftest" from top level Makefile
122                                                    82 
123 TARGETS_HOTPLUG = cpu-hotplug                      83 TARGETS_HOTPLUG = cpu-hotplug
124 TARGETS_HOTPLUG += memory-hotplug                  84 TARGETS_HOTPLUG += memory-hotplug
125                                                    85 
126 # Networking tests want the net/lib target, in !!  86 # User can optionally provide a TARGETS skiplist.  By default we skip
127 ifneq ($(filter net drivers/net drivers/net/hw !!  87 # BPF since it has cutting edge build time dependencies which require
128 ifeq ($(filter net/lib,$(TARGETS)),)           !!  88 # more effort to install.
129         INSTALL_DEP_TARGETS := net/lib         !!  89 SKIP_TARGETS ?= bpf
130 endif                                          << 
131 endif                                          << 
132                                                << 
133 # User can optionally provide a TARGETS skipli << 
134 # targets using BPF since it has cutting edge  << 
135 # which require more effort to install.        << 
136 SKIP_TARGETS ?= bpf sched_ext                  << 
137 ifneq ($(SKIP_TARGETS),)                           90 ifneq ($(SKIP_TARGETS),)
138         TMP := $(filter-out $(SKIP_TARGETS), $     91         TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS))
139         override TARGETS := $(TMP)                 92         override TARGETS := $(TMP)
140 endif                                              93 endif
141                                                    94 
142 # User can set FORCE_TARGETS to 1 to require a     95 # User can set FORCE_TARGETS to 1 to require all targets to be successfully
143 # built; make will fail if any of the targets      96 # built; make will fail if any of the targets cannot be built. If
144 # FORCE_TARGETS is not set (the default), make     97 # FORCE_TARGETS is not set (the default), make will succeed if at least one
145 # of the targets gets built.                       98 # of the targets gets built.
146 FORCE_TARGETS ?=                                   99 FORCE_TARGETS ?=
147                                                   100 
148 # Clear LDFLAGS and MAKEFLAGS when implicit ru    101 # Clear LDFLAGS and MAKEFLAGS when implicit rules are missing.  This provides
149 # implicit rules to sub-test Makefiles which a    102 # implicit rules to sub-test Makefiles which avoids build failures in test
150 # Makefile that don't have explicit build rule    103 # Makefile that don't have explicit build rules.
151 ifeq (,$(LINK.c))                                 104 ifeq (,$(LINK.c))
152 override LDFLAGS =                                105 override LDFLAGS =
153 override MAKEFLAGS =                              106 override MAKEFLAGS =
154 endif                                             107 endif
155                                                   108 
156 # Append kselftest to KBUILD_OUTPUT and O to a    109 # Append kselftest to KBUILD_OUTPUT and O to avoid cluttering
157 # KBUILD_OUTPUT with selftest objects and head    110 # KBUILD_OUTPUT with selftest objects and headers installed
158 # by selftests Makefile or lib.mk.                111 # by selftests Makefile or lib.mk.
159 ifdef building_out_of_srctree                     112 ifdef building_out_of_srctree
160 override LDFLAGS =                                113 override LDFLAGS =
161 endif                                             114 endif
162                                                   115 
163 top_srcdir ?= ../../..                         !! 116 ifneq ($(O),)
164                                                !! 117         BUILD := $(O)/kselftest
165 ifeq ("$(origin O)", "command line")           << 
166   KBUILD_OUTPUT := $(O)                        << 
167 endif                                          << 
168                                                << 
169 ifneq ($(KBUILD_OUTPUT),)                      << 
170   # Make's built-in functions such as $(abspat << 
171   # expand a shell special character '~'. We u << 
172   abs_objtree := $(shell cd $(top_srcdir) && m << 
173   $(if $(abs_objtree),, \                      << 
174     $(error failed to create output directory  << 
175   # $(realpath ...) resolves symlinks          << 
176   abs_objtree := $(realpath $(abs_objtree))    << 
177   BUILD := $(abs_objtree)/kselftest            << 
178   KHDR_INCLUDES := -isystem ${abs_objtree}/usr << 
179 else                                              118 else
180   BUILD := $(CURDIR)                           !! 119         ifneq ($(KBUILD_OUTPUT),)
181   abs_srctree := $(shell cd $(top_srcdir) && p !! 120                 BUILD := $(KBUILD_OUTPUT)/kselftest
182   KHDR_INCLUDES := -isystem ${abs_srctree}/usr !! 121         else
183   DEFAULT_INSTALL_HDR_PATH := 1                !! 122                 BUILD := $(shell pwd)
                                                   >> 123                 DEFAULT_INSTALL_HDR_PATH := 1
                                                   >> 124         endif
184 endif                                             125 endif
185                                                   126 
186 # Prepare for headers install                     127 # Prepare for headers install
                                                   >> 128 top_srcdir ?= ../../..
187 include $(top_srcdir)/scripts/subarch.include     129 include $(top_srcdir)/scripts/subarch.include
188 ARCH           ?= $(SUBARCH)                      130 ARCH           ?= $(SUBARCH)
                                                   >> 131 export KSFT_KHDR_INSTALL_DONE := 1
189 export BUILD                                      132 export BUILD
190 export KHDR_INCLUDES                           << 
191                                                   133 
192 # set default goal to all, so make without a t    134 # set default goal to all, so make without a target runs all, even when
193 # all isn't the first target in the file.         135 # all isn't the first target in the file.
194 .DEFAULT_GOAL := all                              136 .DEFAULT_GOAL := all
195                                                   137 
196 all:                                           !! 138 # Install headers here once for all tests. KSFT_KHDR_INSTALL_DONE
                                                   >> 139 # is used to avoid running headers_install from lib.mk.
                                                   >> 140 # Invoke headers install with --no-builtin-rules to avoid circular
                                                   >> 141 # dependency in "make kselftest" case. In this case, second level
                                                   >> 142 # make inherits builtin-rules which will use the rule generate
                                                   >> 143 # Makefile.o and runs into
                                                   >> 144 # "Circular Makefile.o <- prepare dependency dropped."
                                                   >> 145 # and headers_install fails and test compile fails.
                                                   >> 146 #
                                                   >> 147 # O= KBUILD_OUTPUT cases don't run into this error, since main Makefile
                                                   >> 148 # invokes them as sub-makes and --no-builtin-rules is not necessary,
                                                   >> 149 # but doesn't cause any failures. Keep it simple and use the same
                                                   >> 150 # flags in both cases.
                                                   >> 151 # Local build cases: "make kselftest", "make -C" - headers are installed
                                                   >> 152 # in the default INSTALL_HDR_PATH usr/include.
                                                   >> 153 khdr:
                                                   >> 154 ifeq (1,$(DEFAULT_INSTALL_HDR_PATH))
                                                   >> 155         $(MAKE) --no-builtin-rules ARCH=$(ARCH) -C $(top_srcdir) headers_install
                                                   >> 156 else
                                                   >> 157         $(MAKE) --no-builtin-rules INSTALL_HDR_PATH=$$BUILD/usr \
                                                   >> 158                 ARCH=$(ARCH) -C $(top_srcdir) headers_install
                                                   >> 159 endif
                                                   >> 160 
                                                   >> 161 all: khdr
197         @ret=1;                                   162         @ret=1;                                                 \
198         for TARGET in $(TARGETS); do              163         for TARGET in $(TARGETS); do                            \
199                 BUILD_TARGET=$$BUILD/$$TARGET;    164                 BUILD_TARGET=$$BUILD/$$TARGET;                  \
200                 mkdir $$BUILD_TARGET  -p;         165                 mkdir $$BUILD_TARGET  -p;                       \
201                 $(MAKE) OUTPUT=$$BUILD_TARGET     166                 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET       \
202                                 O=$(abs_objtre << 
203                                 $(if $(FORCE_T    167                                 $(if $(FORCE_TARGETS),|| exit); \
204                 ret=$$((ret * $$?));              168                 ret=$$((ret * $$?));                            \
205         done; exit $$ret;                         169         done; exit $$ret;
206                                                   170 
207 run_tests: all                                    171 run_tests: all
208         @for TARGET in $(TARGETS); do \           172         @for TARGET in $(TARGETS); do \
209                 BUILD_TARGET=$$BUILD/$$TARGET;    173                 BUILD_TARGET=$$BUILD/$$TARGET;  \
210                 $(MAKE) OUTPUT=$$BUILD_TARGET  !! 174                 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_tests;\
211                                 SRC_PATH=$(she << 
212                                 OBJ_PATH=$(BUI << 
213                                 O=$(abs_objtre << 
214         done;                                     175         done;
215                                                   176 
216 hotplug:                                          177 hotplug:
217         @for TARGET in $(TARGETS_HOTPLUG); do     178         @for TARGET in $(TARGETS_HOTPLUG); do \
218                 BUILD_TARGET=$$BUILD/$$TARGET;    179                 BUILD_TARGET=$$BUILD/$$TARGET;  \
219                 $(MAKE) OUTPUT=$$BUILD_TARGET     180                 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET;\
220         done;                                     181         done;
221                                                   182 
222 run_hotplug: hotplug                              183 run_hotplug: hotplug
223         @for TARGET in $(TARGETS_HOTPLUG); do     184         @for TARGET in $(TARGETS_HOTPLUG); do \
224                 BUILD_TARGET=$$BUILD/$$TARGET;    185                 BUILD_TARGET=$$BUILD/$$TARGET;  \
225                 $(MAKE) OUTPUT=$$BUILD_TARGET     186                 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET run_full_test;\
226         done;                                     187         done;
227                                                   188 
228 clean_hotplug:                                    189 clean_hotplug:
229         @for TARGET in $(TARGETS_HOTPLUG); do     190         @for TARGET in $(TARGETS_HOTPLUG); do \
230                 BUILD_TARGET=$$BUILD/$$TARGET;    191                 BUILD_TARGET=$$BUILD/$$TARGET;  \
231                 $(MAKE) OUTPUT=$$BUILD_TARGET     192                 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean;\
232         done;                                     193         done;
233                                                   194 
234 run_pstore_crash:                                 195 run_pstore_crash:
235         $(MAKE) -C pstore run_crash               196         $(MAKE) -C pstore run_crash
236                                                   197 
237 # Use $BUILD as the default install root. $BUI    198 # Use $BUILD as the default install root. $BUILD points to the
238 # right output location for the following case    199 # right output location for the following cases:
239 # 1. output_dir=kernel_src                        200 # 1. output_dir=kernel_src
240 # 2. a separate output directory is specified     201 # 2. a separate output directory is specified using O= KBUILD_OUTPUT
241 # 3. a separate output directory is specified     202 # 3. a separate output directory is specified using KBUILD_OUTPUT
242 # Avoid conflict with INSTALL_PATH set by the     203 # Avoid conflict with INSTALL_PATH set by the main Makefile
243 #                                                 204 #
244 KSFT_INSTALL_PATH ?= $(BUILD)/kselftest_instal    205 KSFT_INSTALL_PATH ?= $(BUILD)/kselftest_install
245 KSFT_INSTALL_PATH := $(abspath $(KSFT_INSTALL_    206 KSFT_INSTALL_PATH := $(abspath $(KSFT_INSTALL_PATH))
246 # Avoid changing the rest of the logic here an    207 # Avoid changing the rest of the logic here and lib.mk.
247 INSTALL_PATH := $(KSFT_INSTALL_PATH)              208 INSTALL_PATH := $(KSFT_INSTALL_PATH)
248 ALL_SCRIPT := $(INSTALL_PATH)/run_kselftest.sh    209 ALL_SCRIPT := $(INSTALL_PATH)/run_kselftest.sh
249 TEST_LIST := $(INSTALL_PATH)/kselftest-list.tx    210 TEST_LIST := $(INSTALL_PATH)/kselftest-list.txt
250                                                   211 
251 install: all                                      212 install: all
252 ifdef INSTALL_PATH                                213 ifdef INSTALL_PATH
253         @# Ask all targets to install their fi    214         @# Ask all targets to install their files
254         mkdir -p $(INSTALL_PATH)/kselftest        215         mkdir -p $(INSTALL_PATH)/kselftest
255         install -m 744 kselftest/module.sh $(I    216         install -m 744 kselftest/module.sh $(INSTALL_PATH)/kselftest/
256         install -m 744 kselftest/runner.sh $(I    217         install -m 744 kselftest/runner.sh $(INSTALL_PATH)/kselftest/
257         install -m 744 kselftest/prefix.pl $(I    218         install -m 744 kselftest/prefix.pl $(INSTALL_PATH)/kselftest/
258         install -m 744 kselftest/ktap_helpers. << 
259         install -m 744 kselftest/ksft.py $(INS << 
260         install -m 744 run_kselftest.sh $(INST    219         install -m 744 run_kselftest.sh $(INSTALL_PATH)/
261         rm -f $(TEST_LIST)                        220         rm -f $(TEST_LIST)
262         @ret=1; \                                 221         @ret=1; \
263         for TARGET in $(TARGETS) $(INSTALL_DEP !! 222         for TARGET in $(TARGETS); do \
264                 BUILD_TARGET=$$BUILD/$$TARGET;    223                 BUILD_TARGET=$$BUILD/$$TARGET;  \
265                 $(MAKE) OUTPUT=$$BUILD_TARGET  !! 224                 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET INSTALL_PATH=$(INSTALL_PATH)/$$TARGET install \
266                                 INSTALL_PATH=$ << 
267                                 SRC_PATH=$(she << 
268                                 OBJ_PATH=$(INS << 
269                                 O=$(abs_objtre << 
270                                 $(if $(FORCE_T    225                                 $(if $(FORCE_TARGETS),|| exit); \
271                 ret=$$((ret * $$?));              226                 ret=$$((ret * $$?));            \
272         done; exit $$ret;                         227         done; exit $$ret;
273                                                   228 
274                                                   229 
275         @# Ask all targets to emit their test     230         @# Ask all targets to emit their test scripts
276         @# While building kselftest-list.text     231         @# While building kselftest-list.text skip also non-existent TARGET dirs:
277         @# they could be the result of a build    232         @# they could be the result of a build failure and should NOT be
278         @# included in the generated runlist.     233         @# included in the generated runlist.
279         for TARGET in $(TARGETS); do \            234         for TARGET in $(TARGETS); do \
280                 BUILD_TARGET=$$BUILD/$$TARGET;    235                 BUILD_TARGET=$$BUILD/$$TARGET;  \
281                 [ ! -d $(INSTALL_PATH)/$$TARGE !! 236                 [ ! -d $(INSTALL_PATH)/$$TARGET ] && echo "Skipping non-existent dir: $$TARGET" && continue; \
282                 printf "Emit Tests for $$TARGE !! 237                 echo -n "Emit Tests for $$TARGET\n"; \
283                 $(MAKE) -s --no-print-director    238                 $(MAKE) -s --no-print-directory OUTPUT=$$BUILD_TARGET COLLECTION=$$TARGET \
284                         -C $$TARGET emit_tests    239                         -C $$TARGET emit_tests >> $(TEST_LIST); \
285         done;                                     240         done;
286 else                                              241 else
287         $(error Error: set INSTALL_PATH to use    242         $(error Error: set INSTALL_PATH to use install)
288 endif                                             243 endif
289                                                   244 
290 FORMAT ?= .gz                                     245 FORMAT ?= .gz
291 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest    246 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT})
292 gen_tar: install                                  247 gen_tar: install
293         @mkdir -p ${INSTALL_PATH}/kselftest-pa    248         @mkdir -p ${INSTALL_PATH}/kselftest-packages/
294         @tar caf ${TAR_PATH} --exclude=kselfte    249         @tar caf ${TAR_PATH} --exclude=kselftest-packages -C ${INSTALL_PATH} .
295         @echo "Created ${TAR_PATH}"               250         @echo "Created ${TAR_PATH}"
296                                                   251 
297 clean:                                            252 clean:
298         @for TARGET in $(TARGETS); do \           253         @for TARGET in $(TARGETS); do \
299                 BUILD_TARGET=$$BUILD/$$TARGET;    254                 BUILD_TARGET=$$BUILD/$$TARGET;  \
300                 $(MAKE) OUTPUT=$$BUILD_TARGET     255                 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean;\
301         done;                                     256         done;
302                                                   257 
303 .PHONY: all run_tests hotplug run_hotplug clea !! 258 .PHONY: khdr all run_tests hotplug run_hotplug clean_hotplug run_pstore_crash install clean gen_tar
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php