Skip to content

Commit

Permalink
Annotate OpenCL tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardladenthin committed Mar 18, 2024
1 parent 84bb7dd commit 94623c4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import net.ladenthin.bitcoinaddressfinder.opencl.OpenCLBuilder;
import net.ladenthin.bitcoinaddressfinder.opencl.OpenCLDevice;
import net.ladenthin.bitcoinaddressfinder.opencl.OpenCLPlatform;
import static org.hamcrest.CoreMatchers.notNullValue;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.greaterThan;
Expand All @@ -37,7 +36,7 @@ public class OpenCLBuilderTest {
@OpenCLTest
public void build_openCLDeviceExisting_platformsAndDevicesReturned() throws IOException {
// arrange
new OpenCLPlatformAssume().assumeOpenCLLibraryLoadable();
new OpenCLPlatformAssume().assumeOpenCLLibraryLoadableAndOneOpenCL2_0OrGreaterDeviceAvailable();
OpenCLBuilder openCLBuilder = new OpenCLBuilder();

// act
Expand Down

0 comments on commit 94623c4

Please sign in to comment.