build: Eliminate obsolete test targets.
The targets are now part of FATE and can be run as individual FATE targets.
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -185,8 +185,6 @@ distclean::
 | 
				
			|||||||
config:
 | 
					config:
 | 
				
			||||||
	$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
 | 
						$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
check: test checkheaders
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
include $(SRC_PATH)/doc/Makefile
 | 
					include $(SRC_PATH)/doc/Makefile
 | 
				
			||||||
include $(SRC_PATH)/tests/Makefile
 | 
					include $(SRC_PATH)/tests/Makefile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,12 +1,5 @@
 | 
				
			|||||||
fulltest test: codectest lavftest lavfitest seektest
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
FFSERVER_REFFILE = $(SRC_PATH)/tests/ffserver.regression.ref
 | 
					FFSERVER_REFFILE = $(SRC_PATH)/tests/ffserver.regression.ref
 | 
				
			||||||
 | 
					
 | 
				
			||||||
codectest: fate-codec
 | 
					 | 
				
			||||||
lavftest:  fate-lavf
 | 
					 | 
				
			||||||
lavfitest: fate-lavfi
 | 
					 | 
				
			||||||
seektest:  fate-seek
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
AREF = fate-acodec-aref
 | 
					AREF = fate-acodec-aref
 | 
				
			||||||
VREF = fate-vsynth1-vref fate-vsynth2-vref
 | 
					VREF = fate-vsynth1-vref fate-vsynth2-vref
 | 
				
			||||||
REFS = $(AREF) $(VREF)
 | 
					REFS = $(AREF) $(VREF)
 | 
				
			||||||
@@ -120,4 +113,4 @@ testclean:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
-include $(wildcard tests/*.d)
 | 
					-include $(wildcard tests/*.d)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: fate* *test
 | 
					.PHONY: fate*
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user