8 lines
183 B
Text
8 lines
183 B
Text
|
|
(alias
|
||
|
|
(name runtest)
|
||
|
|
(action (system "%{lib-available:unix}")))
|
||
|
|
|
||
|
|
(alias
|
||
|
|
(name runtest)
|
||
|
|
(action (system "%{lib-available:library-that-surely-doesnt-exist} && exit 1 || exit 0")))
|