I'm having some troubles with relative paths. Running lcov.bat i'm getting this output
W:\geninfo.perl . --output-filename gcov/lcov.info --base-directory .Found gcov version: 4.8.1
Scanning . for .gcda files ...
Found 8 data files in .
Processing file_A.gcda
Processing file_B.gcda
Processing file_C.gcda
Processing file_D.gcda
Processing test_file.gcda
Cannot open source file ../../test_file.c
Processing test_file_runner.gcda
Processing file_E.gcda
Cannot open source file ../../file_E.c
Finished .info-file creation
Fixing back slashes ...
Generating html ...
The syntax of the command is incorrect.
is it possible to change the base directory of the source files leaving as it is the directory of gcda files?
pennam
I'm having some troubles with relative paths. Running lcov.bat i'm getting this output
W:\geninfo.perl . --output-filename gcov/lcov.info --base-directory .Found gcov version: 4.8.1Scanning . for .gcda files ...Found 8 data files in .Processing file_A.gcdaProcessing file_B.gcdaProcessing file_C.gcdaProcessing file_D.gcdaProcessing test_file.gcdaCannot open source file ../../test_file.cProcessing test_file_runner.gcdaProcessing file_E.gcdaCannot open source file ../../file_E.cFinished .info-file creationFixing back slashes ...Generating html ...The syntax of the command is incorrect.is it possible to change the base directory of the source files leaving as it is the directory of gcda files?
pennam