redox/config/auto-test.toml
2026-02-08 07:24:55 -07:00

28 lines
445 B
TOML

# Configuration for automated testing of essential test suites
include = ["net.toml"]
# General settings
[general]
# Filesystem size in MiB
filesystem_size = 1024
# Package settings
[packages]
acid = {}
coreutils = {}
ion = {}
os-test-bins = {}
relibc-tests-bins = {}
[[files]]
path = "/usr/lib/init.d/30_console"
data = """
export RUST_BACKTRACE full
cd /home/user/acid
cargo test
bash /root/relibc-tests/run.sh
os-test-runner
shutdown
"""