Skip to content

Commit

Permalink
meson: Install ce-inline tool
Browse files Browse the repository at this point in the history
The tool will be used on klp-build.

Signed-off-by: Marcos Paulo de Souza <[email protected]>
  • Loading branch information
marcosps authored and giulianobelinassi committed Jun 17, 2024
1 parent 3a8c88b commit bb29a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ subdir('libcextract')

incdir = include_directories('libcextract')

executable('inline', 'Inline.cpp',
executable('ce-inline', 'Inline.cpp',
include_directories : incdir,
install : true,
link_with : libcextract_static,
dependencies : elf_dep
)
Expand Down
2 changes: 1 addition & 1 deletion testsuite/lib/libtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def run_inline_test(self, lto_test=False):
if self.skip_silently:
return 0

inline = self.binaries_path + 'inline'
inline = self.binaries_path + 'ce-inline'
ce_output_path = '/tmp/' + next(tempfile._get_candidate_names()) + '.txt'

elf = self.gcc_compile()
Expand Down

0 comments on commit bb29a5c

Please sign in to comment.