| [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/shell/testdata, \ | |
| [test] | |
| # Maximum timeout of 1 minute per test. | |
| timeout = 60000 |