aboutsummaryrefslogtreecommitdiffstats
path: root/lint/cli/src/test/.settings/org.moreunit.prefs
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-12-07 15:59:22 -0800
committerTor Norbye <tnorbye@google.com>2012-12-07 15:59:22 -0800
commitb2610dc727355ff1fb22144226c7c47f42f4b636 (patch)
tree0138ac74b4eabc94d0807fd97604a3021e4d41a6 /lint/cli/src/test/.settings/org.moreunit.prefs
parent3843919d1561e98d9bf66193e0e68c7ae30db4dd (diff)
downloadsdk-b2610dc727355ff1fb22144226c7c47f42f4b636.zip
sdk-b2610dc727355ff1fb22144226c7c47f42f4b636.tar.gz
sdk-b2610dc727355ff1fb22144226c7c47f42f4b636.tar.bz2
Move lint unit tests into lint/cli
The unit tests for lint have lived in the lint/libs/lint_checks library, but that's not a natural place since the cli library depends on the lint_checks library, yet the lint_check *tests* also depend on cli. Furthermore, the tests also test stuff in the cli library. Thus, move the test sources over to the cli library, which also pulls in the lint_checks library. Change-Id: Ia8527ea894b287915ad12c04c16daf80ace67bdc
Diffstat (limited to 'lint/cli/src/test/.settings/org.moreunit.prefs')
-rw-r--r--lint/cli/src/test/.settings/org.moreunit.prefs4
1 files changed, 4 insertions, 0 deletions
diff --git a/lint/cli/src/test/.settings/org.moreunit.prefs b/lint/cli/src/test/.settings/org.moreunit.prefs
new file mode 100644
index 0000000..4bc8717
--- /dev/null
+++ b/lint/cli/src/test/.settings/org.moreunit.prefs
@@ -0,0 +1,4 @@
+eclipse.preferences.version=1
+org.moreunit.prefixes=
+org.moreunit.unitsourcefolder=lint_check-tests\:java\:lint-api\:src/main/java\#lint_check-tests\:java\:lint-checks\:src/main/java\#lint_check-tests\:java\:lint-cli\:src/main/java
+org.moreunit.useprojectsettings=true