Skip to content

Commit

Permalink
Posix new line
Browse files Browse the repository at this point in the history
  • Loading branch information
vtangTT committed Aug 15, 2024
1 parent b4a5d04 commit f6adff5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/grayskull/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ set_target_properties(unit_tests_grayskull PROPERTIES
OUTPUT_NAME unit_tests
)

add_custom_target(umd_unit_tests DEPENDS unit_tests_grayskull)
add_custom_target(umd_unit_tests DEPENDS unit_tests_grayskull)
2 changes: 1 addition & 1 deletion tests/test_utils/generate_cluster_desc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ inline std::string GetClusterDescYAML(){
}
return yaml_path;
}
} // namespace test_utils
} // namespace test_utils
2 changes: 1 addition & 1 deletion tests/wormhole/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ set_target_properties(unit_tests_wormhole PROPERTIES
OUTPUT_NAME unit_tests
)

add_custom_target(umd_unit_tests DEPENDS unit_tests_wormhole)
add_custom_target(umd_unit_tests DEPENDS unit_tests_wormhole)

0 comments on commit f6adff5

Please sign in to comment.