Skip to content

Commit

Permalink
Do not run tests on 0-dimensional accelerators
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Bocci <andrea.bocci@cern.ch>
  • Loading branch information
fwyzard authored and bernhardmgruber committed Jul 23, 2023
1 parent 64f3f35 commit 2f989fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/idx/src/MapIdxPitchBytes.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2022 Jeffrey Kelling, Bernhard Manfred Gruber, Jan Stephan
/* Copyright 2022 Jeffrey Kelling, Bernhard Manfred Gruber, Jan Stephan, Andrea Bocci
* SPDX-License-Identifier: MPL-2.0
*/

Expand All @@ -14,7 +14,7 @@
#include <catch2/catch_template_test_macros.hpp>
#include <catch2/catch_test_macros.hpp>

TEMPLATE_LIST_TEST_CASE("mapIdxPitchBytes", "[idx]", alpaka::test::TestDims)
TEMPLATE_LIST_TEST_CASE("mapIdxPitchBytes", "[idx]", alpaka::test::NonZeroTestDims)
{
using Dim = TestType;
using Idx = std::size_t;
Expand Down

0 comments on commit 2f989fe

Please sign in to comment.