1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00
cdt/build/org.eclipse.cdt.managedbuilder.core.tests/resources/test30Projects
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
..
CDTFortranTest1 bug 212596: JUnit failures in cdt.managedbuilder.test.suite 2009-11-03 23:31:50 +00:00
CDTFortranTest2 Change output to fix failing tests. 2015-05-08 09:04:37 -04:00
copyandDeploy Change output to fix failing tests. 2015-05-08 09:04:37 -04:00
deleteFile bug 232373: cdt generated make file has options with no spaces between option and argument 2010-10-24 04:06:38 +00:00
inputTypeOption bug 232373: cdt generated make file has options with no spaces between option and argument 2010-10-24 04:06:38 +00:00
linkedFolder bug 232373: cdt generated make file has options with no spaces between option and argument 2010-10-24 04:06:38 +00:00
linkedLib30 bug 232373: cdt generated make file has options with no spaces between option and argument 2010-10-24 04:06:38 +00:00
multiResConfig Change output to fix failing tests. 2015-05-08 09:04:37 -04:00
noFilesToBuild Test for PR 80185 - output message to console when there are no source files to build 2005-05-27 03:46:34 +00:00
preAndPostBuildSteps bug 232373: cdt generated make file has options with no spaces between option and argument 2010-10-24 04:06:38 +00:00
rcbsBasicTest bug 232373: cdt generated make file has options with no spaces between option and argument 2010-10-24 04:06:38 +00:00
singleFileExe bug 232373: cdt generated make file has options with no spaces between option and argument 2010-10-24 04:06:38 +00:00
test with spaces Change output to fix failing tests. 2015-05-08 09:04:37 -04:00
test30_1 bug 232373: cdt generated make file has options with no spaces between option and argument 2010-10-24 04:06:38 +00:00
test30_2 Change output to fix failing tests. 2015-05-08 09:04:37 -04:00
TestATO bug 232373: cdt generated make file has options with no spaces between option and argument 2010-10-24 04:06:38 +00:00
testFileWithNoExtension Bug 468417 2015-06-24 21:54:00 -04:00
testMacroSupportInBuildDefinitions bug 212596: JUnit failures in cdt.managedbuilder.test.suite 2009-11-03 23:31:50 +00:00
twoFileSO bug 232373: cdt generated make file has options with no spaces between option and argument 2010-10-24 04:06:38 +00:00