mirror of
				https://git.wownero.com/wownero/wownero.git
				synced 2024-08-15 01:03:23 +00:00 
			
		
		
		
	turn off tests
This commit is contained in:
		
							parent
							
								
									1cae37348a
								
							
						
					
					
						commit
						73f52ea6b9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -100,11 +100,11 @@ release-test:
 | 
			
		|||
 | 
			
		||||
release-all:
 | 
			
		||||
	mkdir -p $(builddir)/release
 | 
			
		||||
	cd $(builddir)/release && cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=Release $(topdir) && $(MAKE)
 | 
			
		||||
	cd $(builddir)/release && cmake -D BUILD_TESTS=OFF -D CMAKE_BUILD_TYPE=Release $(topdir) && $(MAKE)
 | 
			
		||||
 | 
			
		||||
release-static:
 | 
			
		||||
	mkdir -p $(builddir)/release
 | 
			
		||||
	cd $(builddir)/release && cmake -D STATIC=ON -D BUILD_64=ON -D CMAKE_BUILD_TYPE=Release $(topdir) && $(MAKE)
 | 
			
		||||
	cd $(builddir)/release && cmake -D BUILD_TESTS=OFF -D STATIC=ON -D BUILD_64=ON -D CMAKE_BUILD_TYPE=Release $(topdir) && $(MAKE)
 | 
			
		||||
 | 
			
		||||
coverage:
 | 
			
		||||
	mkdir -p $(builddir)/debug
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue