diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-25 11:21:32 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-25 11:21:32 +0200 |
commit | 6363eac43fe5e7df6ece304b59a57aad0925596a (patch) | |
tree | 9b97d225c1867a574d4777562092664ef855fa35 /test/native/dune | |
parent | 100b8ef0782844881e25d10f0b0f12d78e33771e (diff) |
feat(native_hello): test portal
Diffstat (limited to 'test/native/dune')
-rw-r--r-- | test/native/dune | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/native/dune b/test/native/dune index 6ce5a45..36b5af5 100644 --- a/test/native/dune +++ b/test/native/dune @@ -1,2 +1,3 @@ (test - (name native_hello)) + (name native_hello) + (libraries portal_tcp)) |