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:
parent
ee2a038235
commit
978279f91b
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Reference in a new issue