Skip to content

Commit 1e2db1a

Browse files
author
James Foster
committed
Fix typo in aux_libraries name
1 parent 2c20e0e commit 1e2db1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arduino_ci/cpp_library.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def build_for_test_with_configuration(test_file, aux_libraries, gcc_binary, ci_g
410410

411411
# combine library.properties defs (if existing) with config file.
412412
# TODO: as much as I'd like to rely only on the properties file(s), I think that would prevent testing 1.0-spec libs
413-
full_aux_libraries = arduino_library_dependencies.nil? ? aux_libraries : aux_libaries + arduino_library_dependencies
413+
full_aux_libraries = arduino_library_dependencies.nil? ? aux_libraries : aux_libraries + arduino_library_dependencies
414414
arg_sets << test_args(full_aux_libraries, ci_gcc_config)
415415
arg_sets << cpp_files_libraries(full_aux_libraries).map(&:to_s)
416416
arg_sets << [test_file.to_s]

0 commit comments

Comments
 (0)