Merge branch 'tests-config' into 'master'

Add a filesystem config for testing

See merge request redox-os/redox!1650
This commit is contained in:
Jeremy Soller 2025-10-06 08:36:05 -06:00
commit 34dd18f0e1
5 changed files with 78 additions and 0 deletions

14
config/aarch64/tests.toml Normal file
View File

@ -0,0 +1,14 @@
# Configuration for testing
include = ["../tests.toml"]
# Override the default settings here
# General settings
[general]
# Filesystem size in MiB
# filesystem_size = 10000
# Package settings
[packages]
# example = {}

14
config/i686/tests.toml Normal file
View File

@ -0,0 +1,14 @@
# Configuration for testing
include = ["../tests.toml"]
# Override the default settings here
# General settings
[general]
# Filesystem size in MiB
# filesystem_size = 10000
# Package settings
[packages]
# example = {}

View File

@ -0,0 +1,14 @@
# Configuration for testing
include = ["../tests.toml"]
# Override the default settings here
# General settings
[general]
# Filesystem size in MiB
# filesystem_size = 10000
# Package settings
[packages]
# example = {}

22
config/tests.toml Normal file
View File

@ -0,0 +1,22 @@
# Configuration for testing
include = ["server.toml"]
# General settings
[general]
# Filesystem size in MiB
filesystem_size = 10000
# Do not prompt if settings are not defined
prompt = false
# Package settings
[packages]
acid = {}
resist = {}
relibc-tests = {}
os-test = {}
openposixtestsuite = {}
redox-posix-tests = {}
vttest = {}
benchmarks = {}
hello-redox = {}

14
config/x86_64/tests.toml Normal file
View File

@ -0,0 +1,14 @@
# Configuration for testing
include = ["../tests.toml"]
# Override the default settings here
# General settings
[general]
# Filesystem size in MiB
# filesystem_size = 10000
# Package settings
[packages]
# example = {}