diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/meson.build | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/meson.build b/tests/meson.build index 2f4e33d2..b629998f 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -114,6 +114,6 @@ flashrom_tests = executable('flashrom_unit_tests',    ],    export_dynamic : true,    link_args : mocks, -  dependencies : [cmocka, flashrom_test_dep], +  dependencies : [cmocka_dep, flashrom_test_dep],  )  test('cmocka test flashrom', flashrom_tests) | 
