소스 검색

Add an initial value for summary.compare.

Cyril Roelandt 13 년 전
부모
커밋
1946204ca6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/datawizard/interfaces/test_interfaces.c

+ 1 - 0
tests/datawizard/interfaces/test_interfaces.c

@@ -223,6 +223,7 @@ static struct data_interface_test_summary summary =
 {
 #ifdef STARPU_USE_CPU
 	.cpu_to_cpu            = UNTESTED,
+	.compare               = UNTESTED,
 #endif
 #ifdef STARPU_USE_CUDA
 	.cpu_to_cuda           = UNTESTED,