Skip to content

Commit ad1f562

Browse files
More test naming cleanup
1 parent 09203b6 commit ad1f562

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

lib/grit/audio/delay/static_delay_line_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <catch2/matchers/catch_matchers_floating_point.hpp>
55

66
TEMPLATE_TEST_CASE(
7-
"grit/audio/delay: StaticDelayLine",
7+
"audio/delay: StaticDelayLine",
88
"",
99
grit::BufferInterpolation::None,
1010
grit::BufferInterpolation::Linear,

lib/grit/audio/noise/dither_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <random>
77

88
TEMPLATE_PRODUCT_TEST_CASE(
9-
"grit/audio/noise: Dither",
9+
"audio/noise: Dither",
1010
"",
1111
(grit::NoDither, grit::RectangleDither, grit::TriangleDither),
1212
(etl::xorshift32, etl::xoshiro128plus, std::mt19937)

lib/grit/audio/waveshape/wave_shaper_adaa1_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <catch2/catch_template_test_macros.hpp>
77

88
TEMPLATE_PRODUCT_TEST_CASE(
9-
"grit/audio/waveshape: WaveShaperADAA1",
9+
"audio/waveshape: WaveShaperADAA1",
1010
"",
1111
(grit::FullWaveRectifierADAA1, grit::HalfWaveRectifierADAA1, grit::HardClipperADAA1),
1212
(float, double)

lib/grit/audio/waveshape/wave_shaper_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <catch2/catch_template_test_macros.hpp>
77

88
TEMPLATE_PRODUCT_TEST_CASE(
9-
"grit/audio/waveshape: WaveShaper",
9+
"audio/waveshape: WaveShaper",
1010
"",
1111
(grit::FullWaveRectifier, grit::HalfWaveRectifier, grit::HardClipper),
1212
(float, double)

lib/grit/math/ilog2_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <catch2/catch_template_test_macros.hpp>
55

66
TEMPLATE_TEST_CASE(
7-
"grit/math: ilog2",
7+
"math: ilog2",
88
"",
99
short,
1010
int,

lib/grit/math/ipow_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <catch2/catch_template_test_macros.hpp>
55

66
TEMPLATE_TEST_CASE(
7-
"grit/math: ipow",
7+
"math: ipow",
88
"",
99
short,
1010
int,

lib/grit/math/power_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <catch2/matchers/catch_matchers_floating_point.hpp>
55

66
TEMPLATE_TEST_CASE(
7-
"grit/math: power",
7+
"math: power",
88
"",
99
short,
1010
int,

0 commit comments

Comments
 (0)