11 lines
201 B
Text
11 lines
201 B
Text
(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)))
|