diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-26 15:39:10 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-26 21:40:53 +0200 |
commit | 763187955aed2c6ff07eee5f31d413bef81075df (patch) | |
tree | 787af060ba43655c301d87132133af16eefc114d /test/native/dune | |
parent | 37d47541083c3eaf3ea9f6c3445e8ba926ee609c (diff) |
feat(tests): move test program to common code
Diffstat (limited to 'test/native/dune')
-rw-r--r-- | test/native/dune | 2 |
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)) |