1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Additional Test fix

This commit is contained in:
Mikhail Sennikovsky 2007-06-21 20:38:44 +00:00
parent ee2a038235
commit 978279f91b

View file

@ -81,7 +81,7 @@ public class ManagedProject30MakefileTests extends TestCase {
suite.addTest(new ManagedProject30MakefileTests("TestATO"));
suite.addTest(new ManagedProject30MakefileTests("testMacroSupportInBuildDefinitions"));
suite.addTest(new ManagedProject30MakefileTests("testSpaces"));
if(File.pathSeparatorChar == '\\'){
if(File.separatorChar == '\\'){
//the test is valid for windows because it is using windows-specific paths with devices and assumes they are absolute
//FIXME: make the test run on linux
suite.addTest(new ManagedProject30MakefileTests("testInputTypeOption"));