Skip to content

Commit a59f7a7

Browse files
brooniectmarinas
authored andcommitted
selftests/arm64: Use TEST_GEN_PROGS_EXTENDED in the FP Makefile
The kselftest lib.mk provides a default all target which builds additional programs from TEST_GEN_PROGS_EXTENDED, use that rather than using TEST_PROGS_EXTENDED which is for programs that don't need to be built like shell scripts. Leave fpsimd-stress and sve-stress there since they are scripts. Signed-off-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent f82efe5 commit a59f7a7

File tree

1 file changed

+5
-6
lines changed
  • tools/testing/selftests/arm64/fp

1 file changed

+5
-6
lines changed

tools/testing/selftests/arm64/fp/Makefile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
CFLAGS += -I../../../../../usr/include/
44
TEST_GEN_PROGS := sve-ptrace sve-probe-vls vec-syscfg za-fork za-ptrace
5-
TEST_PROGS_EXTENDED := fp-pidbench fpsimd-test fpsimd-stress \
5+
TEST_GEN_PROGS_EXTENDED := fp-pidbench fpsimd-test \
66
rdvl-sme rdvl-sve \
7-
sve-test sve-stress \
8-
ssve-test ssve-stress \
9-
za-test za-stress \
7+
sve-test \
8+
ssve-test \
9+
za-test \
1010
vlset
11-
12-
all: $(TEST_GEN_PROGS) $(TEST_PROGS_EXTENDED)
11+
TEST_PROGS_EXTENDED := fpsimd-stress sve-stress ssve-stress za-stress
1312

1413
# Build with nolibc to avoid effects due to libc's clone() support
1514
fp-pidbench: fp-pidbench.S asm-utils.o

0 commit comments

Comments
 (0)