diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/meson.build | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/meson.build b/tests/meson.build index e4f7c2aa..c62cc1b3 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 = [ +srcs = files(    'io_mock.c',    'tests.c',    'libusb_wraps.c', @@ -31,7 +31,7 @@ srcs = [    'layout.c',    'chip.c',    'chip_wp.c', -] +)  if not programmer.get('dummy').get('active')    srcs += programmer.get('dummy').get('srcs') | 
