summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNadrieril2024-05-23 15:37:01 +0200
committerGuillaume Boisseau2024-05-24 14:24:38 +0200
commitca045d57b6cc3fc700efe07bfc257231edf814e5 (patch)
tree822313eba0314176b1ee27d49f147c5d8b94536a /flake.nix
parent3a380f990d0f202ee19bd163726ff5fc63181ae7 (diff)
Auto-detect test cases
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 9c918ff9..caa29fae 100644
--- a/flake.nix
+++ b/flake.nix
@@ -78,6 +78,9 @@
duneVersion = "3";
src = ./tests/test_runner;
OCAMLPARAM = "_,warn-error=+A"; # Turn all warnings into errors.
+ propagatedBuildInputs = (with ocamlPackages; [
+ core_unix
+ ]);
};
# This test is a full crate with dependencies. We generate the