mte/unikernel/duniverse/bstr/test/dune

23 lines
277 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(library
(name test)
(modules test)
(libraries unix))
(test
(name t)
(modules t)
(package bstr)
(libraries bstr test))
(test
(name b)
(modules b)
(package bin)
(libraries bin bstr test))
(test
(name s)
(modules s)
(package slice)
(libraries slice.bstr test))