Skip to content

Commit 3e23a3f

Browse files
laifryieeshuahkh
authored andcommitted
selftests/kselftest_harness: Add harness-selftest.expected to TEST_FILES
The harness-selftest.expected is not installed in INSTALL_PATH. Attempting to execute harness-selftest.sh shows warning: diff: ./kselftest_harness/harness-selftest.expected: No such file or directory Add harness-selftest.expected to TEST_FILES. Link: https://lore.kernel.org/r/[email protected] Fixes: df82ffc ("selftests: harness: Add kselftest harness selftest") Signed-off-by: Yi Lai <[email protected]> Reviewed-by: Thomas Weißschuh <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent e8cfc52 commit 3e23a3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tools/testing/selftests/kselftest_harness

tools/testing/selftests/kselftest_harness/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
TEST_GEN_PROGS_EXTENDED := harness-selftest
44
TEST_PROGS := harness-selftest.sh
5+
TEST_FILES := harness-selftest.expected
56
EXTRA_CLEAN := harness-selftest.seen
67

78
include ../lib.mk

0 commit comments

Comments
 (0)