summaryrefslogtreecommitdiff
path: root/dhall/build.rs
diff options
context:
space:
mode:
authorNadrieril2020-03-01 17:26:59 +0000
committerNadrieril2020-03-05 15:58:54 +0000
commit386f34af802a812c2af8ece2cc427cfb5a7c1fe8 (patch)
tree2e6f092e5dff06f34f4a986ce3fc05cad5c957e4 /dhall/build.rs
parent24ff14dc98b83ddc12239a0eae4852c9cd87d41f (diff)
Implement `missing` and `env:VAR` imports
Diffstat (limited to 'dhall/build.rs')
-rw-r--r--dhall/build.rs13
1 files changed, 2 insertions, 11 deletions
diff --git a/dhall/build.rs b/dhall/build.rs
index 6165be2..0ff5acc 100644
--- a/dhall/build.rs
+++ b/dhall/build.rs
@@ -258,18 +258,11 @@ fn generate_tests() -> std::io::Result<()> {
|| path == "hashFromCache"
|| path == "headerForwarding"
|| path == "noHeaderForwarding"
- || path == "unit/asLocation/Remote"
- || path == "unit/AlternativeChain1"
- || path == "unit/AlternativeChain2"
- || path == "unit/AlternativeEnv"
|| path == "unit/AlternativeHashMismatch"
- || path == "unit/AlternativeImportError"
- || path == "unit/AlternativeNoError3"
- || path == "unit/AlternativeSubExpr"
|| path == "unit/AsText"
- || path == "unit/EnvSet"
|| path == "unit/EnvSetAsText"
|| path == "unit/SimpleRemote"
+ || path == "unit/asLocation/Remote"
}),
input_type: FileType::Text,
output_type: Some(FileType::Text),
@@ -283,11 +276,9 @@ fn generate_tests() -> std::io::Result<()> {
false
|| path == "alternativeEnv"
|| path == "alternativeEnvMissing"
+ || path == "customHeadersUsingBoundVariable"
|| path == "hashMismatch"
- || path == "missing"
|| path == "referentiallyInsane"
- || path == "customHeadersUsingBoundVariable"
- || path == "unit/EnvUnset"
|| path == "unit/EnvUnsetAsText"
}),
input_type: FileType::Text,