Prechádzať zdrojové kódy

Add an initial value for summary.compare.

Cyril Roelandt 13 rokov pred
rodič
commit
1946204ca6

+ 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,