summaryrefslogtreecommitdiffstats
path: root/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 318d4aa74..f6f416f0f 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',