We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1aabe commit 9dc9d4eCopy full SHA for 9dc9d4e
lib/arduino_ci/cpp_library.rb
@@ -32,7 +32,7 @@ def cpp_files_in(some_dir)
32
33
# CPP files that are part of the project library under test
34
def cpp_files
35
- cpp_files_in(@base_dir).reject { |p| p.start_with?(tests_dir) }
+ cpp_files_in(@base_dir).reject { |p| p.start_with?(tests_dir + File::SEPARATOR) }
36
end
37
38
# CPP files that are part of the arduino mock library we're providing
0 commit comments