(executable
 (name test_conv)
 (modules test_conv)
 (libraries digestif.c fmt alcotest))

(rule
 (alias runtest)
 (enabled_if
  (= ${os_type} "Unix"))
 (action
  (run ./test_conv.exe --color=always)))
