about summary refs log tree commit diff
path: root/pkgs/applications/science/logic/easycrypt/runtest.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/logic/easycrypt/runtest.nix')
-rw-r--r--pkgs/applications/science/logic/easycrypt/runtest.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/logic/easycrypt/runtest.nix b/pkgs/applications/science/logic/easycrypt/runtest.nix
index c0d72d96e1d1..b714dc14991b 100644
--- a/pkgs/applications/science/logic/easycrypt/runtest.nix
+++ b/pkgs/applications/science/logic/easycrypt/runtest.nix
@@ -21,5 +21,6 @@ python3Packages.buildPythonApplication rec {
 
   meta = easycrypt.meta // {
     description = "Testing program for EasyCrypt formalizations";
+    mainProgram = "ec-runtest";
   };
 }