summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-23 16:35:59 -0500
committerDavid Robillard <d@drobilla.net>2024-11-23 16:35:59 -0500
commit33d343f25ff41cab66cc679757d94f9af9b3e766 (patch)
tree641edf5a14358b3bf3fe9093b596c11760b99cb0 /test/meson.build
parent9b589c246c368a9da6bbeab3e693767ffe19e04e (diff)
downloadsratom-33d343f25ff41cab66cc679757d94f9af9b3e766.tar.gz
sratom-33d343f25ff41cab66cc679757d94f9af9b3e766.tar.bz2
sratom-33d343f25ff41cab66cc679757d94f9af9b3e766.zip
Use angle brackets for library includes and clean up include pathsHEADmain
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 1e8b08f..1033d2f 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -20,7 +20,6 @@ test(
test_sratom_source,
c_args: c_suppressions,
dependencies: [sratom_dep, serd_dep, sord_dep],
- include_directories: include_directories('../src'),
),
suite: 'unit',
)