Make constraints and SETTLE tests backend-agnostic
[alexxy/gromacs.git] / src / gromacs / mdlib / tests / leapfrogtestrunners.h
index 37810d22dc4cf8baf10640c03791367dd0496d1d..117a2d51a73269d6aad2e08406199dd37c3f16bc 100644 (file)
@@ -57,7 +57,7 @@
 /*
  * LeapFrog is available with CUDA and SYCL.
  */
-#define HAVE_GPU_LEAPFROG (GMX_GPU_CUDA || GMX_GPU_SYCL)
+#define GPU_LEAPFROG_SUPPORTED (GMX_GPU_CUDA || GMX_GPU_SYCL)
 
 namespace gmx
 {