diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lint/meson.build | 2 |
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) |