From 45e6baf2e076b1d8ee5ca4aaa8b905c33e18f3b4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 Feb 2025 12:56:03 -0500 Subject: Fix lint checks --- test/lint/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lint') 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 # 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) -- cgit v1.2.1