Skip to content

Commit 7658e8b

Browse files
committed
Rename test files
1 parent 87f5e53 commit 7658e8b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎benchmark/bench_math.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <benchmark/benchmark.h>
1414

1515
#include "bench_utils.hpp"
16-
#include "xsimd_test_utils/math_data.hpp"
16+
#include "xsimd_test_utils/map_unary_data.hpp"
1717
#include "xsimd_test_utils/utils.hpp"
1818

1919
using xsimd::builder::alignment;

test-utils/include/xsimd_test_utils/math_data.hpp renamed to test-utils/include/xsimd_test_utils/map_unary_data.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* The full license is in the file LICENSE, distributed with this software. *
77
****************************************************************************/
88

9-
#ifndef XSIMD_ALGORITHM_TEST_UTILS_MATH_DATA_HPP
10-
#define XSIMD_ALGORITHM_TEST_UTILS_MATH_DATA_HPP
9+
#ifndef XSIMD_ALGORITHM_TEST_UTILS_MAP_UNARY_DATA_HPP
10+
#define XSIMD_ALGORITHM_TEST_UTILS_MAP_UNARY_DATA_HPP
1111

1212
#include <cmath>
1313
#include <cstddef>

‎test/test_math.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#include <doctest/doctest.h>
1313

14-
#include <xsimd_test_utils/math_data.hpp>
14+
#include <xsimd_test_utils/map_unary_data.hpp>
1515
#include <xsimd_test_utils/utils.hpp>
1616

1717
namespace

0 commit comments

Comments
 (0)