if (AMReX_GPU_BACKEND STREQUAL NONE)
    foreach(D IN LISTS AMReX_SPACEDIM)
        if(D EQUAL 1 OR NOT AMReX_LINEAR_SOLVERS_EM)
            continue()
        endif()

        set(_sources main.cpp MyTest.cpp MyTest.H MyTestPlotfile.cpp)
        set(_input_files)

        setup_test(${D} _sources _input_files )

        unset(_sources)
        unset(_input_files)
    endforeach()
endif ()
