From 04e6d681f04731c67b9b65fb6a55a21184fd4baa Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 23 Mar 2026 17:25:50 +0100 Subject: Move default.json to configs/valid Since the default configuration is a valid configuration it should belong to this new directory. This allows to continue with extending automated tests to test all configurations in this directory. --- configs/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/meson.build') diff --git a/configs/meson.build b/configs/meson.build index 98110da..aa16a47 100644 --- a/configs/meson.build +++ b/configs/meson.build @@ -1,3 +1,3 @@ fs = import('fs') -default_config = fs.copyfile(meson.current_source_dir() / 'default.json') +default_config = fs.copyfile(meson.current_source_dir() / 'valid' / 'default.json') -- cgit v1.3