build: fix rpm build error with test_infra 34/38534/1
authorTianyu Li <tianyu.li@arm.com>
Tue, 21 Mar 2023 06:49:38 +0000 (06:49 +0000)
committerTianyu Li <tianyu.li@arm.com>
Wed, 22 Mar 2023 07:05:45 +0000 (15:05 +0800)
commitb53b88a08ef25031708d1e51960713845752c6f2
tree8804f838b9d5afcf457351a2cbeb6f1f837924a9
parent653ef7355c05145485f49ce7e34eea043d389bba
build: fix rpm build error with test_infra

RPM build errors:
error: Installed (but unpackaged) file(s) found:
   /usr/bin/test_infra

Add NO_INSTALL tag in CMakeLists to avoid installing test binary.

Type: fix
Fixes: c3542e17b5df ("vppinfra: widen the scope of test_vector_funcs")

Signed-off-by: Tianyu Li <tianyu.li@arm.com>
Change-Id: I359ba79af2e3cb32b47dda3bb8707a5d2fd8586b
src/vppinfra/CMakeLists.txt