Skip to content

Commit

Permalink
Moved CucumberTest into testprojects
Browse files Browse the repository at this point in the history
Testing Done:
ci passed.

Bugs closed: 532

Reviewed at https://rbcommons.com/s/twitter/r/948/
  • Loading branch information
ericzundel committed Aug 27, 2014
1 parent 2d4638a commit 4258847
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4258847

Please sign in to comment.