Commit 84a654f7 authored by Dmitrii Dolgov's avatar Dmitrii Dolgov Committed by Arnaldo Carvalho de Melo
Browse files

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: 6a32fa5c ("tools build: Add a feature test for rust compiler")
Tested-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: default avatarDmitrii Dolgov <9erthalion6@gmail.com>
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 3d012b86
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ FILES= \
         test-clang-bpf-co-re.bin		\
         test-file-handle.bin			\
         test-libpfm4.bin			\
         test-rust.bin				\
         test-libopenssl.bin

FILES := $(addprefix $(OUTPUT),$(FILES))