Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/tests/TestPathMap.java1
-rw-r--r--tests/mem-leaks/config.h2
-rw-r--r--tests/test-dwarf/dwarf-test.vcproj4
3 files changed, 3 insertions, 4 deletions
diff --git a/plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/tests/TestPathMap.java b/plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/tests/TestPathMap.java
index f88ec68ca..8e2568f6a 100644
--- a/plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/tests/TestPathMap.java
+++ b/plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/tests/TestPathMap.java
@@ -195,4 +195,3 @@ class TestPathMap implements ITCFTest {
return false;
}
}
-
diff --git a/tests/mem-leaks/config.h b/tests/mem-leaks/config.h
index 35c27e49c..a4eb772db 100644
--- a/tests/mem-leaks/config.h
+++ b/tests/mem-leaks/config.h
@@ -18,4 +18,4 @@
#define USE_HW_BPS 0
#include "../../../org.eclipse.tcf.agent/config.h"
-#endif /* D_config */ \ No newline at end of file
+#endif /* D_config */
diff --git a/tests/test-dwarf/dwarf-test.vcproj b/tests/test-dwarf/dwarf-test.vcproj
index a15f1ca01..d8b87e876 100644
--- a/tests/test-dwarf/dwarf-test.vcproj
+++ b/tests/test-dwarf/dwarf-test.vcproj
@@ -41,7 +41,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories=".;C:\tcf\git\org.eclipse.tcf.agent"
+ AdditionalIncludeDirectories=".;..\..\..\org.eclipse.tcf.agent"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -117,7 +117,7 @@
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories=".;C:\tcf\git\org.eclipse.tcf.agent"
+ AdditionalIncludeDirectories=".;..\..\..\org.eclipse.tcf.agent"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"

Back to the top