1 | TESTS=" |
---|
2 | test_fcm1_base |
---|
3 | test_fcm1_branches_merge |
---|
4 | test_fcm1_branches_merge_work |
---|
5 | test_fcm1_branches_merge_incremental |
---|
6 | test_fcm1_branches_merge_inherit |
---|
7 | test_fcm1_branches_merge_inherit_wrong_include |
---|
8 | test_fcm1_branches_merge_conflict_override |
---|
9 | test_fcm1_branches_merge_conflict_fail |
---|
10 | test_fcm1_branches_clash |
---|
11 | test_fcm1_add_file |
---|
12 | test_fcm1_add_file_inherit |
---|
13 | test_fcm1_add_directory |
---|
14 | test_fcm1_add_directory_expsrc |
---|
15 | test_fcm1_delete_file |
---|
16 | test_fcm1_delete_file_inherit |
---|
17 | test_fcm1_delete_inc_file |
---|
18 | test_fcm1_delete_inc_file_inherit |
---|
19 | test_fcm1_delete_inc_file_inherit_force |
---|
20 | test_fcm1_delete_ppinc_file |
---|
21 | test_fcm1_delete_ppinc_file_inherit |
---|
22 | test_fcm1_delete_ppinc_file_inherit_force |
---|
23 | test_fcm1_delete_directory |
---|
24 | test_fcm1_delete_directory_inherit |
---|
25 | test_fcm1_invalid_base_url |
---|
26 | test_fcm1_invalid_branch_url |
---|
27 | test_fcm1_inherit_invalid_path |
---|
28 | test_fcm1_mirror |
---|
29 | test_fcm1_revmatch_false |
---|
30 | test_fcm1_revmatch_true |
---|
31 | test_fcm1_exe_rename |
---|
32 | test_fcm1_exe_rename_incremental |
---|
33 | test_fcm1_exe_permissions |
---|
34 | test_fcm1_fflags_incremental |
---|
35 | test_fcm1_fflags_inherit |
---|
36 | test_fcm1_cflags_incremental |
---|
37 | test_fcm1_fc_incremental |
---|
38 | test_fcm1_ld_incremental |
---|
39 | test_fcm1_modify_subroutine_inherit |
---|
40 | test_fcm1_modify_subroutine_interface_inherit |
---|
41 | test_fcm1_pp_empty_subroutine |
---|
42 | test_fcm1_pp_empty_subroutine_inherit |
---|
43 | test_fcm1_pp_empty_subroutine_inherit_force |
---|
44 | test_fcm1_pp_change_keys_incremental |
---|
45 | test_fcm1_pp_change_include |
---|
46 | test_fcm1_pp_change_include_inherit |
---|
47 | test_fcm1_library |
---|
48 | test_fcm1_library_rename |
---|
49 | test_fcm1_suite |
---|
50 | test_fcm1_exclude_dependency |
---|
51 | test_fcm1_change_src_type_incremental |
---|
52 | test_fcm1_no_dep |
---|
53 | test_fcm1_symbolic_link |
---|
54 | test_fcm1_inherit_target |
---|
55 | " |
---|