diff --git a/Tests/GroupTree/testBlockedChebyshevMartin.cpp b/Tests/GroupTree/testBlockedChebyshevMartin.cpp
index 3c7fbeea0afd44116256a959a6451529a8299f00..d08728af136470cf336588fabb60537aeee25069 100644
--- a/Tests/GroupTree/testBlockedChebyshevMartin.cpp
+++ b/Tests/GroupTree/testBlockedChebyshevMartin.cpp
@@ -1,5 +1,6 @@
 // ==== CMAKE =====
 // @FUSE_BLAS
+// @FUSE_STARPU
 // ================
 // Keep in private GIT
 
diff --git a/Tests/GroupTree/testBlockedImplicitAlgorithm.cpp b/Tests/GroupTree/testBlockedImplicitAlgorithm.cpp
index 51813fd4dd67054bcf6fbab55ae885845a6ed582..6758fd9171299b4444df24fe0cfa8e8332039b7e 100644
--- a/Tests/GroupTree/testBlockedImplicitAlgorithm.cpp
+++ b/Tests/GroupTree/testBlockedImplicitAlgorithm.cpp
@@ -1,4 +1,6 @@
-
+// @FUSE_STARPU
+// @FUSE_MPI
+//
 // Keep in private GIT
 #include <iostream>
 #include <fstream>
diff --git a/Tests/GroupTree/testBlockedImplicitChebyshev.cpp b/Tests/GroupTree/testBlockedImplicitChebyshev.cpp
index 582702113a341e7c1dbda902abcd13b32f05e75a..8d2615c56a362487bc6bd435c9960c811e6123ac 100644
--- a/Tests/GroupTree/testBlockedImplicitChebyshev.cpp
+++ b/Tests/GroupTree/testBlockedImplicitChebyshev.cpp
@@ -1,4 +1,6 @@
-
+// @FUSE_BLAS
+//
+// @FUSE_STARPU
 // Keep in private GIT
 #include <iostream>
 #include <fstream>
diff --git a/Tests/GroupTree/testBlockedImplicitUniform.cpp b/Tests/GroupTree/testBlockedImplicitUniform.cpp
index 92a0da9319045023df8ca269b8872e50384ee5c0..11e12c556c7f51bec2ccde17d49e5607b8d39bf4 100644
--- a/Tests/GroupTree/testBlockedImplicitUniform.cpp
+++ b/Tests/GroupTree/testBlockedImplicitUniform.cpp
@@ -1,3 +1,7 @@
+// @FUSE_BLAS
+// @FUSE_FFT
+// @FUSE_STARPU
+// @FUSE_MPI
 
 // Keep in private GIT
 #include <iostream>
diff --git a/Tests/GroupTree/testBlockedUniform.cpp b/Tests/GroupTree/testBlockedUniform.cpp
index d7ff31f95d57b5db3e950e6d369538979acef91e..a87cba1fe7e89e2f38ae3220963f6acf93cc772b 100644
--- a/Tests/GroupTree/testBlockedUniform.cpp
+++ b/Tests/GroupTree/testBlockedUniform.cpp
@@ -2,6 +2,7 @@
 // ==== CMAKE =====
 // @FUSE_BLAS
 // @FUSE_FFT
+// @FUSE_STARPU
 // ================
 // Keep in private GIT