From 63e744f5f798c60eae7b3efbc9e8ae872ddf3f41 Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Wed, 24 Nov 2010 08:25:53 -0800 Subject: Add unit test configuration for moreUnit Eclipse doesn't have a builtin mechanism to jump between a class and its test, as well as a way to run tests associated with a given class. There is however a plugin for this, "moreUnit". Our projects have split off our unit tests in a separate project, which requires some per-project configuration to tell moreUnit where to look for tests. This information has to live with the project rather than in my workspace, so I'm checking in the configuration file - it is harmless if you don't have moreUnit but useful if you do. Change-Id: Id29c46e2eaa89f2ad530c2b24700db28cc823b3b --- .../plugins/com.android.ide.eclipse.adt/.settings/org.moreunit.prefs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 eclipse/plugins/com.android.ide.eclipse.adt/.settings/org.moreunit.prefs (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/.settings') diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/.settings/org.moreunit.prefs b/eclipse/plugins/com.android.ide.eclipse.adt/.settings/org.moreunit.prefs new file mode 100644 index 0000000..ecb8e78 --- /dev/null +++ b/eclipse/plugins/com.android.ide.eclipse.adt/.settings/org.moreunit.prefs @@ -0,0 +1,4 @@ +#Wed Nov 24 07:39:01 PST 2010 +eclipse.preferences.version=1 +org.moreunit.unitsourcefolder=adt\:src\:adt-tests\:unittests +org.moreunit.useprojectsettings=true -- cgit v1.1