From b2610dc727355ff1fb22144226c7c47f42f4b636 Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Fri, 7 Dec 2012 15:59:22 -0800 Subject: 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 --- lint/cli/src/test/.settings/org.moreunit.prefs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lint/cli/src/test/.settings/org.moreunit.prefs (limited to 'lint/cli/src/test/.settings/org.moreunit.prefs') 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 -- cgit v1.1