(executable
 (name fswatch_win_tests)
 (libraries fswatch_win 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)))
