* rewrite tests to work with meson This ports our tests to meson and makes them able to be run in parallel. * add tests to ci * rewrite test/check-trailing-newlines in bash This test was using a GNU sed command which does not work on Alpine Linux.
		
			
				
	
	
		
			6 lines
		
	
	
		
			197 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			197 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
is_older_than = find_program('check-is-older-than.sh')
 | 
						|
sh_yesno = find_program('check-sh-yesno.sh')
 | 
						|
 | 
						|
test('is_older_than', is_older_than, env : test_env)
 | 
						|
test('sh_yesno', sh_yesno, env : test_env)
 |