mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb.git
				synced 2025-11-03 21:53:33 +00:00 
			
		
		
		
	tests: do not depend on undefined $(BUILT_SOURCES)
Change-Id: I43c78aac0d23274d2a9bb01021cde0371c231be2
This commit is contained in:
		@@ -34,7 +34,7 @@ DISTCLEANFILES = \
 | 
				
			|||||||
	$(NULL)
 | 
						$(NULL)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if ENABLE_EXT_TESTS
 | 
					if ENABLE_EXT_TESTS
 | 
				
			||||||
python-tests: $(BUILT_SOURCES)
 | 
					python-tests:
 | 
				
			||||||
	echo ""
 | 
						echo ""
 | 
				
			||||||
#	TODO: Enable once we have a VTY/CTRL interface:
 | 
					#	TODO: Enable once we have a VTY/CTRL interface:
 | 
				
			||||||
#	$(MAKE) vty-test
 | 
					#	$(MAKE) vty-test
 | 
				
			||||||
@@ -42,7 +42,7 @@ python-tests: $(BUILT_SOURCES)
 | 
				
			|||||||
#	osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
 | 
					#	osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
 | 
				
			||||||
#	$(srcdir)/ctrl_test_runner.py -w $(abs_top_builddir) -v
 | 
					#	$(srcdir)/ctrl_test_runner.py -w $(abs_top_builddir) -v
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
python-tests: $(BUILT_SOURCES)
 | 
					python-tests:
 | 
				
			||||||
	echo "Not running python-based tests (determined at configure-time)"
 | 
						echo "Not running python-based tests (determined at configure-time)"
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user