blob: d22dc6e7f9d353c6e8a2c128dc35cfbe36e42ae3 [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/com/facebook/buck/parser/testdata, \
test/com/facebook/buck/shell/testdata,
[test]
# Maximum timeout of 1 minute per test.
timeout = 60000