Skip to content

Commit b87e7a4

Browse files
committed
tests/cstrans-df-run: fix typo in CMake macro name
No change in behavior intended with this commit.
1 parent 0e38ed7 commit b87e7a4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/cstrans-df-run/CMakeLists.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# along with csdiff. If not, see <http://www.gnu.org/licenses/>.
1717

1818
# a generic template for cstrans-df-run tests
19-
macro(tests_cstrans_df_run tst)
19+
macro(test_cstrans_df_run tst)
2020
set(test_data_prefix "${CMAKE_CURRENT_SOURCE_DIR}/${tst}")
2121
set(cmd "${CMAKE_BINARY_DIR}/src/cstrans-df-run")
2222
set(cmd "${cmd} -- /opt/cov-sa-2019.09/bin/cov-build --dir=/cov --append-log")
@@ -26,14 +26,14 @@ macro(tests_cstrans_df_run tst)
2626
endmacro()
2727

2828
# cstrans-df-run tests
29-
tests_cstrans_df_run(0001)
30-
tests_cstrans_df_run(0002)
31-
tests_cstrans_df_run(0003)
32-
tests_cstrans_df_run(0004)
33-
tests_cstrans_df_run(0005)
34-
tests_cstrans_df_run(0006)
35-
tests_cstrans_df_run(0007)
36-
tests_cstrans_df_run(0008)
37-
tests_cstrans_df_run(0009)
38-
tests_cstrans_df_run(0010)
39-
tests_cstrans_df_run(0011)
29+
test_cstrans_df_run(0001)
30+
test_cstrans_df_run(0002)
31+
test_cstrans_df_run(0003)
32+
test_cstrans_df_run(0004)
33+
test_cstrans_df_run(0005)
34+
test_cstrans_df_run(0006)
35+
test_cstrans_df_run(0007)
36+
test_cstrans_df_run(0008)
37+
test_cstrans_df_run(0009)
38+
test_cstrans_df_run(0010)
39+
test_cstrans_df_run(0011)

0 commit comments

Comments
 (0)