summaryrefslogtreecommitdiffstats
path: root/test/lint
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-10 12:56:03 -0500
committerDavid Robillard <d@drobilla.net>2025-02-10 12:56:03 -0500
commit45e6baf2e076b1d8ee5ca4aaa8b905c33e18f3b4 (patch)
treec42bdbc1a92e3506c849bdae23807d7f7ebd8ef2 /test/lint
parent093bd93e5db5ecd3355792598291fde0d030133f (diff)
downloadsratom-45e6baf2e076b1d8ee5ca4aaa8b905c33e18f3b4.tar.gz
sratom-45e6baf2e076b1d8ee5ca4aaa8b905c33e18f3b4.tar.bz2
sratom-45e6baf2e076b1d8ee5ca4aaa8b905c33e18f3b4.zip
Fix lint checks
Diffstat (limited to 'test/lint')
-rw-r--r--test/lint/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/meson.build b/test/lint/meson.build
index 9aaa339..8a89015 100644
--- a/test/lint/meson.build
+++ b/test/lint/meson.build
@@ -1,7 +1,7 @@
# Copyright 2021-2024 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
-all_sources = sources + test_sratom_source + test_headers_source
+all_sources = sources + test_sratom_source
# Check licensing metadata
reuse = find_program('reuse', required: false)