Stub the implementation for all phases

This commit is contained in:
2024-09-08 02:08:13 +02:00
parent a625bbff50
commit 1cbbef19af
13 changed files with 319 additions and 139 deletions

View File

@ -46,7 +46,8 @@ namespace :test do
file init => [root_directory] do |task|
cp (TMP + 'tools/init'), task.name
end
test_files << init << executable_directory << expectation_directory
# Directories should come first.
test_files.unshift executable_directory, expectation_directory, init
file (TMP + 'riscv/root.cpio') => test_files do |task|
root_files = task.prerequisites