16
16
# along with csdiff. If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
# a generic template for cstrans-df-run tests
19
- macro (tests_cstrans_df_run tst)
19
+ macro (test_cstrans_df_run tst)
20
20
set (test_data_prefix "${CMAKE_CURRENT_SOURCE_DIR} /${tst} " )
21
21
set (cmd "${CMAKE_BINARY_DIR} /src/cstrans-df-run" )
22
22
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)
26
26
endmacro ()
27
27
28
28
# 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