[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] tools: Add install/uninstall targets to tests/x86_emulator
Hi, On 16/05/2024 12:16, Jan Beulich wrote: > On 16.05.2024 13:07, Alejandro Vallejo wrote: >> Bring test_x86_emulator in line with other tests by adding >> install/uninstall rules. >> >> Signed-off-by: Alejandro Vallejo <alejandro.vallejo@xxxxxxxxx> > > I'd expect such a change to come with a word towards what use the binary has > on the installed system. First of all, having some tests installed and some not is highly confusing (See [1]). > Imo we should not randomly put binaries in place > when there's - afaict - absolutely no use for them outside of development I don't disagree, but that's (imo) a packaging matter. For reference XenServer has a xen-dom0-tests package for this very purpose, so we can install it or withhold it at will. Being able to validate that the development invariants still hold on whatever machine you happen to be running on is generally a good thing, I reckon. Cheers, Alejandro ============================== [1] (grepped for the install target in the tests folder) [snip] -- ./paging-mempool/Makefile:install: all ./paging-mempool/Makefile- $(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN) ./paging-mempool/Makefile- $(INSTALL_PROG) $(TARGET) $(DESTDIR)$(LIBEXEC_BIN) -- ./xenstore/Makefile:install: all ./xenstore/Makefile- $(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN) ./xenstore/Makefile- $(if $(TARGETS),$(INSTALL_PROG) $(TARGETS) $(DESTDIR)$(LIBEXEC_BIN)) -- ./depriv/Makefile:install: all ./depriv/Makefile- $(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN) ./depriv/Makefile- $(INSTALL_PROG) $(INSTALL_PRIVBIN) $(DESTDIR)$(LIBEXEC_BIN) -- ./cpu-policy/Makefile:install: all ./cpu-policy/Makefile- $(INSTALL_DIR) $(DESTDIR)$(LIBEXEC_BIN) ./cpu-policy/Makefile- $(if $(TARGETS),$(INSTALL_PROG) $(TARGETS) $(DESTDIR)$(LIBEXEC_BIN)) [snip]
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |