Home
last modified time | relevance | path

Searched hist:aca5a094 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/mount_setattr/
H A DMakefileaca5a094 Mon Feb 13 15:52:47 CST 2023 Shuah Khan <skhan@linuxfoundation.org> selftests/mount_setattr: fix to make run_tests failure

make run_tests doesn't run the test. Fix Makefile to set TEST_GEN_PROGS
instead of TEST_GEN_FILES to fix the problem.

run_tests runs TEST_GEN_PROGS, TEST_CUSTOM_PROGS, and TEST_PROGS.
TEST_GEN_FILES is for files generated by tests.

Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>