Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Camelon2003-06-18 21:29:47 +0000
committerJohn Camelon2003-06-18 21:29:47 +0000
commit2bbab21405fa8710730ec84846da883a29778d2c (patch)
tree223823c7e1e498b89916b65bb2e97b0d65813ea5 /core/org.eclipse.cdt.core.tests/build.properties
parent61f80b02fe369a0e838f4c5f17bf983e2f7656aa (diff)
downloadorg.eclipse.cdt-2bbab21405fa8710730ec84846da883a29778d2c.tar.gz
org.eclipse.cdt-2bbab21405fa8710730ec84846da883a29778d2c.tar.xz
org.eclipse.cdt-2bbab21405fa8710730ec84846da883a29778d2c.zip
Patch for Brent Nicolle.
Unit tests of code in the Core plugin should now be placed in the core.tests plugin. (I did not delete test from the ui.tests plugin, but that's an idea whose time is coming soon.) Resources and property files for unit tests are now in a separate directory from the root. The testlauncher may experience some turbulence, but out of the box tests work as before.
Diffstat (limited to 'core/org.eclipse.cdt.core.tests/build.properties')
-rw-r--r--core/org.eclipse.cdt.core.tests/build.properties19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.tests/build.properties b/core/org.eclipse.cdt.core.tests/build.properties
new file mode 100644
index 00000000000..b12f9371bcd
--- /dev/null
+++ b/core/org.eclipse.cdt.core.tests/build.properties
@@ -0,0 +1,19 @@
+source.cdtuitests.jar = src/,\
+ ui/,\
+ core/,\
+ model/,\
+ build/,\
+ parser/,\
+ failures/,\
+ suite/
+bin.includes = plugin.xml,\
+ about.html,\
+ plugin.properties,\
+ test.xml,\
+ resources/
+src.includes = plugin.xml,\
+ about.html,\
+ plugin.properties,\
+ test.xml,\
+ resources/
+about.html =

Back to the top