mte/unikernel/duniverse/dune_/test/unit-tests/fswatch_win/dune
2025-11-11 02:07:51 +01:00

17 lines
278 B
Text

(executable
(name fswatch_win_tests)
(libraries fswatch_win unix stdune))
(rule
(alias fswatch_win_tests)
(deps
(sandbox always))
(action
(run ./fswatch_win_tests.exe)))
(alias
(name runtest)
(enabled_if
(= %{os_type} Win32))
(deps
(alias fswatch_win_tests)))