Skip to content

Commit

Permalink
fix: create build info by default
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMollinger committed Aug 14, 2024
1 parent 8396de9 commit aa275c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/spl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ function(_spl_hook_end_of_configure)
_spl_coverage_create_overall_report()
_spl_create_docs_target()
_spl_create_reports_target()
_spl_create_build_info_file()
endif(BUILD_KIT STREQUAL test)
_spl_create_build_info_file()
endfunction(_spl_hook_end_of_configure)

# # This is one possibility to open guiconfig of kconfiglib. VSCode task is the preferred solution
Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def test_build_prod(self):
"rules.ninja",
"cmake.check_cache",
"compile_commands.json",
"build.json",
# This file is touched every time Ninja is run
".ninja_log",
}
Expand Down

0 comments on commit aa275c4

Please sign in to comment.