tools build: Make test-rust.bin be removed by the 'clean' target
authorDmitrii Dolgov <9erthalion6@gmail.com>
Tue, 10 Feb 2026 12:01:18 +0000 (09:01 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 10 Feb 2026 12:29:39 +0000 (09:29 -0300)
commit84a654f786414a74a15a7b61929d1ced06687310
treeb00ce9589b88c522bba89849952086fb55a89283
parent3d012b8614ee020666f3dd15af9f65dc487e3f5f
tools build: Make test-rust.bin be removed by the 'clean' target

test-rust.bin is missing from the list of FILES, and thus is not removed by the
clean target. This could lead to a false feature detection, since the binary
stays there. Fix it.

Fixes: 6a32fa5ccd33da5d ("tools build: Add a feature test for rust compiler")
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Dmitrii Dolgov <9erthalion6@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/build/feature/Makefile