diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/meson.build | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/tests/meson.build b/tests/meson.build index c62cc1b3..b0375a12 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -11,7 +11,7 @@  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  # GNU General Public License for more details. -srcs = files( +test_srcs = files(    'io_mock.c',    'tests.c',    'libusb_wraps.c', @@ -34,7 +34,7 @@ srcs = files(  )  if not programmer.get('dummy').get('active') -  srcs += programmer.get('dummy').get('srcs') +  test_srcs += programmer.get('dummy').get('srcs')  endif  mocks = [ @@ -110,7 +110,7 @@ mocks = [  ]  flashrom_tests = executable('flashrom_unit_tests', -  srcs, +  test_srcs,    c_args : [      cargs,      '-ffunction-sections', | 
