summaryrefslogtreecommitdiff
path: root/tests/src/hashmap.rs
diff options
context:
space:
mode:
authorNadrieril2024-05-24 15:47:20 +0200
committerNadrieril2024-05-24 16:11:59 +0200
commit4d3778bea3112168645efc03308056ec341abb5f (patch)
treec4f4c81614d673a73881b5fb8defa0018061e51a /tests/src/hashmap.rs
parentc0a6916549b55fbae2226e4c34af45e500928645 (diff)
runner: Pass options in special comments
Diffstat (limited to '')
-rw-r--r--tests/src/hashmap.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/src/hashmap.rs b/tests/src/hashmap.rs
index 58d22acd..4552e4f2 100644
--- a/tests/src/hashmap.rs
+++ b/tests/src/hashmap.rs
@@ -1,3 +1,11 @@
+//@ [coq] aeneas-args=-use-fuel
+//@ aeneas-args=-split-files
+//@ [fstar] aeneas-args=-decreases-clauses -template-clauses
+//@ [lean] aeneas-args=-no-gen-lib-entry
+// ^ the `-no-gen-lib-entry` is because we add a custom import in the Hashmap.lean file: we do not
+// want to overwrite it.
+// TODO: reactivate -test-trans-units
+
//! A hashmap implementation.
//!
//! Current limitations: