1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00
Commit graph

9 commits

Author SHA1 Message Date
ocagdas
6ab4145c56 Bug 468417
The '.d' files that are generated by CDT, contain 'file_name.d:
file_name.cpp file_name.h' type of target prerequisite relations. 

However, to get benefit of the dependency mechanism, this should be
something like 'file_name.o: file_name.cpp file_name.h'.

Therefore, we need to change ''options[3] = "-MT\"$(@:%.o=%.d)\"";'' as
'options[3] = "-MT\"$(@)\"";'

Also update the test cases.

Change-Id: Iee829a8564e1b134905ee06a8a4b76a1e3b30ecc
Signed-off-by: ocagdas <ocagdas@yahoo.com>
2015-06-24 21:54:00 -04:00
Marc Khouzam
79ff9f136c Change output to fix failing tests.
The cause of the different output is a change in o.e.core.resources
where the order of visiting a project has changed to become
alphabetical.  See 
http://eclip.se/461838

Therefore, our benchmark files must also have the output of
subdirectories in alphabetical order.

Change-Id: I3331649cf516adbe3b453b11f1ed6733a007ce4d
2015-05-08 09:04:37 -04:00
Andrew Gvozdev
6bbc31c7a2 bug 312835: CDT build settings which are set at the folder level are
ignored in certain situations - restored reverse sorting plus
unit tests adjusted
2011-07-02 02:25:38 -04:00
Andrew Gvozdev
c1d17327f3 bug 232373: cdt generated make file has options with no spaces between option and argument 2010-10-24 04:06:38 +00:00
Andrew Gvozdev
bf9d9817ed bug 292005: JUnit failure: managedbuilder BuildSystem40Tests.test40 does not check benchmarks properly
Added heuristics to handle absolute workspace path
2010-01-05 17:21:36 +00:00
Andrew Gvozdev
4ee2d59c6c bug 292005: JUnit failure: managedbuilder BuildSystem40Tests.test40 does not check benchmarks properly
added missing benchmarks, corrected some
2010-01-05 04:58:28 +00:00
Andrew Gvozdev
2321c8338a bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Added missing empty lines to benchmarks to turn down noise on the console
2009-11-03 23:31:50 +00:00
Andrew Gvozdev
1200887049 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
moved Benchmarks/ out of archive
2009-10-11 04:46:30 +00:00
Mikhail Sennikovsky
3b2085290f 1. language setting entries calculation fixes
2. test updates
3. CDt variables fixes
2007-06-05 13:47:26 +00:00