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)
2626endmacro ()
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