mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			818 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			818 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| this is ifdef'd behind glibc, but the test isn't
 | |
| diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
 | |
| index f15679e..b2dbfca 100644
 | |
| --- a/test/CMakeLists.txt
 | |
| +++ b/test/CMakeLists.txt
 | |
| @@ -493,7 +493,6 @@ if (TARGET TBB::tbb)
 | |
|      tbb_add_test(SUBDIR conformance NAME conformance_enumerable_thread_specific DEPENDENCIES TBB::tbb)
 | |
|      tbb_add_test(SUBDIR conformance NAME conformance_combinable DEPENDENCIES TBB::tbb)
 | |
|      tbb_add_test(SUBDIR conformance NAME conformance_concurrent_queue DEPENDENCIES TBB::tbb)
 | |
| -    tbb_add_test(SUBDIR conformance NAME conformance_resumable_tasks DEPENDENCIES TBB::tbb)
 | |
|      tbb_add_test(SUBDIR conformance NAME conformance_version DEPENDENCIES TBB::tbb)
 | |
|      # functional nodes conformance
 | |
|      tbb_add_test(SUBDIR conformance NAME conformance_function_node DEPENDENCIES TBB::tbb)
 |