diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/meson.build | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/tests/meson.build b/tests/meson.build index 318d4aa7..f6f416f0 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -11,8 +11,6 @@  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  # GNU General Public License for more details. -root_includes = include_directories('../subprojects') -  srcs = [    'io_mock.c',    'tests.c', @@ -105,7 +103,6 @@ mocks = [  flashrom_tests = executable('flashrom_unit_tests',    srcs, -  include_directories : root_includes,    c_args : [      cargs,      '-ffunction-sections', | 
