aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorThéo Zimmermann2018-10-11 17:45:58 +0200
committerThéo Zimmermann2018-10-11 17:45:58 +0200
commit132343514c811e9791d8b5f31de5be8906fab66c (patch)
treeaf65a587474338e6d6c378517bee8a14096af3e7 /ide
parent868d5cd983318bff00292329a3920c3b65eb3ada (diff)
parent9e39d88ffb5829a9e2c82fbf54c0765a819b3e5e (diff)
Merge PR #8566: [dune] [test-suite] Support for running the test suite with Dune.
Diffstat (limited to 'ide')
-rw-r--r--ide/dune2
1 files changed, 2 insertions, 0 deletions
diff --git a/ide/dune b/ide/dune
index 037b0fcc9e..70a1709f37 100644
--- a/ide/dune
+++ b/ide/dune
@@ -10,6 +10,8 @@
(executable
(name fake_ide)
+ (public_name fake_ide)
+ (package coqide-server)
(modules fake_ide)
(libraries coqide-server.protocol coqide-server.core))