about summary refs log tree commit diff
path: root/src/bootstrap/config.toml.example
diff options
context:
space:
mode:
authorAlex Burka <durka42@gmail.com>2016-09-03 01:29:12 +0000
committerAlex Burka <durka42@gmail.com>2016-09-03 06:04:03 +0000
commit0efc4bf387f962f7ba56a9bc0179fcc72701f53c (patch)
treef7bda290f4b1f9ef27c90f6c1b1cc53507eb6a18 /src/bootstrap/config.toml.example
parent100b309fd1b951fa074556f9e3a50354d1ed7923 (diff)
downloadrust-0efc4bf387f962f7ba56a9bc0179fcc72701f53c.tar.gz
rust-0efc4bf387f962f7ba56a9bc0179fcc72701f53c.zip
rustbuild: add config.toml option to disable codegen tests
Diffstat (limited to 'src/bootstrap/config.toml.example')
-rw-r--r--src/bootstrap/config.toml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bootstrap/config.toml.example b/src/bootstrap/config.toml.example
index 2894adafef6..ef24a948664 100644
--- a/src/bootstrap/config.toml.example
+++ b/src/bootstrap/config.toml.example
@@ -130,6 +130,10 @@
 #optimize-tests = true
 #debuginfo-tests = true
 
+# Flag indicating whether codegen tests will be run or not. If you get an error
+# saying that the FileCheck executable is missing, you may want to disable this.
+#codegen-tests = true
+
 # =============================================================================
 # Options for specific targets
 #