Make example 3 use same yml files as other tests.

This commit is contained in:
Mark VanderVoord
2026-05-15 15:24:32 -04:00
parent 56d69ddf64
commit cc00ca6f07
6 changed files with 126 additions and 208 deletions
+1 -2
View File
@@ -20,8 +20,7 @@ end
task prepare_for_tests: TEMP_DIRS
# Load default configuration, for now
DEFAULT_CONFIG_FILE = 'target_gcc_32.yml'.freeze
DEFAULT_CONFIG_FILE = 'gcc_64.yml'.freeze
configure_toolchain(DEFAULT_CONFIG_FILE)
task unit: [:prepare_for_tests] do