Browse Source

Add an initial value for summary.compare.

Cyril Roelandt 13 years ago
parent
commit
1946204ca6
1 changed files with 1 additions and 0 deletions
  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
 #ifdef STARPU_USE_CPU
 	.cpu_to_cpu            = UNTESTED,
 	.cpu_to_cpu            = UNTESTED,
+	.compare               = UNTESTED,
 #endif
 #endif
 #ifdef STARPU_USE_CUDA
 #ifdef STARPU_USE_CUDA
 	.cpu_to_cuda           = UNTESTED,
 	.cpu_to_cuda           = UNTESTED,