aboutsummaryrefslogtreecommitdiff
path: root/test/dune
diff options
context:
space:
mode:
authorClombrong <clombrong@egregore.fun>2025-04-21 13:04:27 +0200
committerClombrong <cromblong@egregore.fun>2025-04-21 13:04:27 +0200
commitca9611cef50cf81c47fcac3b1a8ef972b2d3dbf5 (patch)
tree88e102108c00d0cfe7ed29caa18ee39060cdbc04 /test/dune
parente12c89058150c71a74cea9f042c6816058a120c1 (diff)
feat: try js compilation
Diffstat (limited to 'test/dune')
-rw-r--r--test/dune3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dune b/test/dune
index bac5086..8c9e918 100644
--- a/test/dune
+++ b/test/dune
@@ -1,3 +1,4 @@
(test
(name flesh_hello)
- (libraries flesh lwt))
+ (libraries flesh lwt)
+ (modes js (best exe)))