From 42588476bc8ff27d38bee577bc752d8b5941f177 Mon Sep 17 00:00:00 2001 From: Eric Ayers Date: Wed, 27 Aug 2014 07:31:01 -0400 Subject: [PATCH] Moved CucumberTest into testprojects Testing Done: ci passed. Bugs closed: 532 Reviewed at https://rbcommons.com/s/twitter/r/948/ --- BUILD | 3 --- .../tests}/java/com/pants/testproject/unicode/cucumber/BUILD | 0 .../com/pants/testproject/unicode/cucumber/CucumberTest.java | 0 3 files changed, 3 deletions(-) rename {tests => testprojects/tests}/java/com/pants/testproject/unicode/cucumber/BUILD (100%) rename {tests => testprojects/tests}/java/com/pants/testproject/unicode/cucumber/CucumberTest.java (100%) diff --git a/BUILD b/BUILD index fb61e42335c..ee081ab2fcd 100644 --- a/BUILD +++ b/BUILD @@ -2,14 +2,11 @@ # Licensed under the Apache License, Version 2.0 (see LICENSE). # Pants source code -source_root('src/java', jvm_binary, java_library, page) source_root('src/python', page, python_binary, python_library, resources) # Pants test code -source_root('tests/java', java_library, junit_tests, page) source_root('tests/python', page, python_library, python_tests, python_test_suite, python_binary, resources) - # TODO(Eric Ayers) Find a way to reduce source_root() invocations. The declarations in # 'testprojects' and 'examples' are repetitive. diff --git a/tests/java/com/pants/testproject/unicode/cucumber/BUILD b/testprojects/tests/java/com/pants/testproject/unicode/cucumber/BUILD similarity index 100% rename from tests/java/com/pants/testproject/unicode/cucumber/BUILD rename to testprojects/tests/java/com/pants/testproject/unicode/cucumber/BUILD diff --git a/tests/java/com/pants/testproject/unicode/cucumber/CucumberTest.java b/testprojects/tests/java/com/pants/testproject/unicode/cucumber/CucumberTest.java similarity index 100% rename from tests/java/com/pants/testproject/unicode/cucumber/CucumberTest.java rename to testprojects/tests/java/com/pants/testproject/unicode/cucumber/CucumberTest.java