summaryrefslogtreecommitdiff
path: root/dhall/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/build.rs')
-rw-r--r--dhall/build.rs16
1 files changed, 16 insertions, 0 deletions
diff --git a/dhall/build.rs b/dhall/build.rs
index e06f9b3..ec06ece 100644
--- a/dhall/build.rs
+++ b/dhall/build.rs
@@ -267,6 +267,9 @@ fn generate_tests() -> std::io::Result<()> {
|| path == "unit/RightBiasedMergeEquivalentArguments"
|| path == "unit/NestedRecordProjection"
|| path == "unit/NestedRecordProjectionByType"
+ // TODO: record completion
+ || path == "simple/completion"
+ || path == "unit/Completion"
}),
input_type: FileType::Text,
output_type: Some(FileType::Text),
@@ -299,6 +302,9 @@ fn generate_tests() -> std::io::Result<()> {
|| path == "unit/ToMapAnnotated"
|| path == "unit/ToMapInferTypeFromRecord"
|| path == "simple/toMapEmptyNormalizeAnnotation"
+ // TODO: record completion
+ || path == "simple/completion"
+ || path == "unit/Completion"
}),
input_type: FileType::Text,
output_type: Some(FileType::Text),
@@ -322,6 +328,11 @@ fn generate_tests() -> std::io::Result<()> {
|| path == "unit/NonRecordToMap"
|| path == "unit/ToMapEmptyInvalidAnnotation"
|| path == "unit/ToMapWrongKind"
+ // TODO: record completion
+ || path == "unit/CompletionMissingRequiredField"
+ || path == "unit/CompletionWithWrongDefaultType"
+ || path == "unit/CompletionWithWrongFieldName"
+ || path == "unit/CompletionWithWrongOverridenType"
}),
input_type: FileType::Text,
output_type: None,
@@ -345,6 +356,11 @@ fn generate_tests() -> std::io::Result<()> {
|| path == "unit/NonRecordToMap"
|| path == "unit/ToMapEmptyInvalidAnnotation"
|| path == "unit/ToMapWrongKind"
+ // TODO: record completion
+ || path == "unit/CompletionMissingRequiredField"
+ || path == "unit/CompletionWithWrongDefaultType"
+ || path == "unit/CompletionWithWrongFieldName"
+ || path == "unit/CompletionWithWrongOverridenType"
}),
input_type: FileType::Text,
output_type: None,