Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JeGeVa committed Feb 6, 2025
1 parent 6a90047 commit 2a8f0e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Name: Rizin
Upstream-Contact: RizinOrg <[email protected]>
Source: https://github.com/rizinorg/rizin

Files: .github/**
Files: .github/** example/**
Copyright: 2021 RizinOrg <[email protected]>
License: LGPL-3.0-only

Expand Down
File renamed without changes.
5 changes: 4 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ project('libmc7', 'c',


libmc7_deps = []
libmc7_incs = ['.', 'src','include']

if get_option('build_shared_libs')
rizin = find_program('rizin', required: false)
rz_core_dep = dependency('rz_core')
Expand All @@ -27,7 +29,7 @@ if get_option('build_shared_libs')
endif
message(' - ',plugin_libmc7_dir )

libmc7_incs = ['.', 'src','include']

libmc7_c_args = []
libmc7_asm_src = [
'src' / 'simatic.c',
Expand Down Expand Up @@ -68,6 +70,7 @@ if get_option('build_shared_libs')
endif

libmc7_src = ['src' / 'simatic.c']

exe = executable('test_simatic', ['unit' / 'test_simatic.c'] + libmc7_src,
c_args: [],
include_directories: include_directories(libmc7_incs),
Expand Down

0 comments on commit 2a8f0e4

Please sign in to comment.