18 lines
278 B
Text
18 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)))
|