mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 04:46:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
SUBDIRS = unit
 | 
						|
 | 
						|
TESTS = run-sql-test.sh
 | 
						|
TESTS_ENVIRONMENT =				\
 | 
						|
	NO_MAKE="yes"
 | 
						|
 | 
						|
if WITH_CUTTER
 | 
						|
TESTS += run-unit-test.sh
 | 
						|
TESTS_ENVIRONMENT += CUTTER="$(CUTTER)"
 | 
						|
endif
 | 
						|
 | 
						|
EXTRA_DIST =					\
 | 
						|
	run-unit-test.sh			\
 | 
						|
	run-sql-test.sh
 |