aboutsummaryrefslogtreecommitdiff
path: root/test/native/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/native/dune
parent37d47541083c3eaf3ea9f6c3445e8ba926ee609c (diff)
feat(tests): move test program to common code
Diffstat (limited to 'test/native/dune')
-rw-r--r--test/native/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/native/dune b/test/native/dune
index faa247d..13238ff 100644
--- a/test/native/dune
+++ b/test/native/dune
@@ -1,3 +1,3 @@
(test
(name native_hello)
- (libraries portal_tcp markup flesh))
+ (libraries portal_tcp flesh hello))