mirror of
				https://github.com/falk-werner/webfuse
				synced 2025-06-13 12:54:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			297 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			297 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
. DoBuildFiles/generic.properties
 | 
						|
. DoBuildFiles/cmake.properties
 | 
						|
. cmake_helper.sh
 | 
						|
 | 
						|
{ [ -z "$BUILDVERBOSE" ] && [ -z "$TESTVERBOSE" ]; } || set -- "$(cmake_generator_verbose_opt "$CMAKE_GENERATOR_NAME")" "$@"
 | 
						|
[ -z "$VERBOSE" ] || set -x
 | 
						|
 | 
						|
exec ctest --output-on-failure -j"$NPROC" "$@"
 |