blob: 5dd3632cfa5b92b7aaa354a6cfca331db2d1495a [file] [log] [blame]
[java]
# Indicates that any folder named src or test
# are folders that contain Java code.
src_roots = src, test
[alias]
buck = //src/com/facebook/buck/cli:cli
[buildfile]
includes = //DEFS
[project]
ignore = \
.git, \
.buckd, \
build, \
test/com/facebook/buck/cli/testdata, \
test/com/facebook/buck/java/testdata, \
test/com/facebook/buck/junit/testdata, \
[test]
# Maximum timeout of 1 minute per test.
timeout = 60000