mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	Use tap mode for installed tests too, when using tap
This commit is contained in:
		@@ -127,7 +127,8 @@ installed_test_meta_DATA = $(installed_testcases:=.test)
 | 
			
		||||
%.test: %$(EXEEXT) Makefile
 | 
			
		||||
	$(AM_V_GEN) (echo '[Test]' > $@.tmp; \
 | 
			
		||||
	echo 'Type=session' >> $@.tmp; \
 | 
			
		||||
	echo 'Exec=$(installed_testdir)/$(notdir $<)' >> $@.tmp; \
 | 
			
		||||
	echo 'Exec=$(installed_testdir)/$(notdir $<) --tap' >> $@.tmp; \
 | 
			
		||||
	echo 'Output=TAP' >> $@.tmp; \
 | 
			
		||||
	mv $@.tmp $@)
 | 
			
		||||
 | 
			
		||||
CLEANFILES += $(installed_test_meta_DATA)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user