Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEugene Tarassov2012-10-19 05:20:39 +0000
committerEugene Tarassov2012-10-19 23:59:18 +0000
commit5649fbbcaff358c783a2388b8a2a97d5ff7989b8 (patch)
treea6ebff026ba9ae92e77d765a9d7368b5b13f23c5 /tests
parentf5018d5018e06af66e054d3d1c42ae5d8e145621 (diff)
downloadorg.eclipse.tcf.agent-5649fbbcaff358c783a2388b8a2a97d5ff7989b8.tar.gz
org.eclipse.tcf.agent-5649fbbcaff358c783a2388b8a2a97d5ff7989b8.tar.xz
org.eclipse.tcf.agent-5649fbbcaff358c783a2388b8a2a97d5ff7989b8.zip
TCF Tests: fixed missing "shutdown.[ch]" in .vcproj files
Diffstat (limited to 'tests')
-rw-r--r--tests/cmd-line/cmd-line.vcproj12
-rw-r--r--tests/mem-leaks/agent.vcproj12
-rw-r--r--tests/test-dwarf/dwarf-test.vcproj8
3 files changed, 32 insertions, 0 deletions
diff --git a/tests/cmd-line/cmd-line.vcproj b/tests/cmd-line/cmd-line.vcproj
index 204b948d..bc2e399b 100644
--- a/tests/cmd-line/cmd-line.vcproj
+++ b/tests/cmd-line/cmd-line.vcproj
@@ -350,6 +350,14 @@
>
</File>
<File
+ RelativePath="..\..\agent\tcf\framework\shutdown.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\tcf\framework\shutdown.h"
+ >
+ </File>
+ <File
RelativePath="..\..\agent\tcf\framework\signames.c"
>
</File>
@@ -642,6 +650,10 @@
>
</File>
<File
+ RelativePath="..\..\agent\tcf\services\symbols_common.c"
+ >
+ </File>
+ <File
RelativePath="..\..\agent\tcf\services\symbols_elf.c"
>
</File>
diff --git a/tests/mem-leaks/agent.vcproj b/tests/mem-leaks/agent.vcproj
index 7a4c7e61..e0ccd098 100644
--- a/tests/mem-leaks/agent.vcproj
+++ b/tests/mem-leaks/agent.vcproj
@@ -369,6 +369,10 @@
>
</File>
<File
+ RelativePath="..\..\agent\tcf\services\symbols_common.c"
+ >
+ </File>
+ <File
RelativePath="..\..\agent\tcf\services\symbols_elf.c"
>
</File>
@@ -573,6 +577,14 @@
>
</File>
<File
+ RelativePath="..\..\agent\tcf\framework\shutdown.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\tcf\framework\shutdown.h"
+ >
+ </File>
+ <File
RelativePath="..\..\agent\tcf\framework\signames.c"
>
</File>
diff --git a/tests/test-dwarf/dwarf-test.vcproj b/tests/test-dwarf/dwarf-test.vcproj
index a069870a..bdfb65e7 100644
--- a/tests/test-dwarf/dwarf-test.vcproj
+++ b/tests/test-dwarf/dwarf-test.vcproj
@@ -350,6 +350,14 @@
>
</File>
<File
+ RelativePath="..\..\agent\tcf\framework\shutdown.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\agent\tcf\framework\shutdown.h"
+ >
+ </File>
+ <File
RelativePath="..\..\agent\tcf\framework\signames.c"
>
</File>

Back to the top