aboutsummaryrefslogtreecommitdiff
path: root/test/js/dune
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-26 15:39:10 +0200
committerClombrong <cromblong@egregore.fun>2025-06-26 21:40:53 +0200
commit763187955aed2c6ff07eee5f31d413bef81075df (patch)
tree787af060ba43655c301d87132133af16eefc114d /test/js/dune
parent37d47541083c3eaf3ea9f6c3445e8ba926ee609c (diff)
feat(tests): move test program to common code
Diffstat (limited to 'test/js/dune')
-rw-r--r--test/js/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/js/dune b/test/js/dune
index f6cc084..00dfecc 100644
--- a/test/js/dune
+++ b/test/js/dune
@@ -1,6 +1,6 @@
(test
(name websockets_hello)
- (libraries portal_ws lwt js_of_ocaml flesh)
+ (libraries portal_ws lwt js_of_ocaml flesh hello)
(modes js)
(preprocess (pps js_of_ocaml-ppx))
(deps node_modules)