Skip to content

Commit

Permalink
More test naming cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Feb 17, 2024
1 parent 09203b6 commit ad1f562
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/grit/audio/delay/static_delay_line_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/matchers/catch_matchers_floating_point.hpp>

TEMPLATE_TEST_CASE(
"grit/audio/delay: StaticDelayLine",
"audio/delay: StaticDelayLine",
"",
grit::BufferInterpolation::None,
grit::BufferInterpolation::Linear,
Expand Down
2 changes: 1 addition & 1 deletion lib/grit/audio/noise/dither_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <random>

TEMPLATE_PRODUCT_TEST_CASE(
"grit/audio/noise: Dither",
"audio/noise: Dither",
"",
(grit::NoDither, grit::RectangleDither, grit::TriangleDither),
(etl::xorshift32, etl::xoshiro128plus, std::mt19937)
Expand Down
2 changes: 1 addition & 1 deletion lib/grit/audio/waveshape/wave_shaper_adaa1_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <catch2/catch_template_test_macros.hpp>

TEMPLATE_PRODUCT_TEST_CASE(
"grit/audio/waveshape: WaveShaperADAA1",
"audio/waveshape: WaveShaperADAA1",
"",
(grit::FullWaveRectifierADAA1, grit::HalfWaveRectifierADAA1, grit::HardClipperADAA1),
(float, double)
Expand Down
2 changes: 1 addition & 1 deletion lib/grit/audio/waveshape/wave_shaper_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <catch2/catch_template_test_macros.hpp>

TEMPLATE_PRODUCT_TEST_CASE(
"grit/audio/waveshape: WaveShaper",
"audio/waveshape: WaveShaper",
"",
(grit::FullWaveRectifier, grit::HalfWaveRectifier, grit::HardClipper),
(float, double)
Expand Down
2 changes: 1 addition & 1 deletion lib/grit/math/ilog2_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_template_test_macros.hpp>

TEMPLATE_TEST_CASE(
"grit/math: ilog2",
"math: ilog2",
"",
short,
int,
Expand Down
2 changes: 1 addition & 1 deletion lib/grit/math/ipow_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/catch_template_test_macros.hpp>

TEMPLATE_TEST_CASE(
"grit/math: ipow",
"math: ipow",
"",
short,
int,
Expand Down
2 changes: 1 addition & 1 deletion lib/grit/math/power_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <catch2/matchers/catch_matchers_floating_point.hpp>

TEMPLATE_TEST_CASE(
"grit/math: power",
"math: power",
"",
short,
int,
Expand Down

0 comments on commit ad1f562

Please sign in to comment.