Shuah Khan e30cd812df selftests: net: af_unix: Fix makefile to use TEST_GEN_PROGS
Makefile uses TEST_PROGS instead of TEST_GEN_PROGS to define
executables. TEST_PROGS is for shell scripts that need to be
installed and run by the common lib.mk framework. The common
framework doesn't touch TEST_PROGS when it does build and clean.

As a result "make kselftest-clean" and "make clean" fail to remove
executables. Run and install work because the common framework runs
and installs TEST_PROGS. Build works because the Makefile defines
"all" rule which is unnecessary if TEST_GEN_PROGS is used.

Use TEST_GEN_PROGS so the common framework can handle build/run/
install/clean properly.

Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-09-19 13:22:18 +01:00
..
2021-09-02 11:33:28 +01:00
2021-08-05 13:14:09 +01:00
2021-08-17 10:50:33 +01:00
2019-05-28 17:18:53 -07:00
2019-10-22 14:01:35 -07:00
2021-09-02 11:33:28 +01:00
2021-07-02 13:09:15 -07:00
2021-08-05 13:14:09 +01:00
2021-08-05 13:14:09 +01:00
2019-11-25 14:58:09 -08:00