2017-12-07 00:20:25 +04:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
|
|
|
(executable
|
|
|
|
((name ezResto_test)
|
2017-12-11 19:36:24 +04:00
|
|
|
(flags (:standard -safe-string))
|
2017-12-07 00:20:25 +04:00
|
|
|
(libraries (ocplib-ezresto-directory lwt.unix))))
|
|
|
|
|
|
|
|
(alias
|
|
|
|
((name runtest_ezresto)
|
|
|
|
(action (run ${path:ezResto_test.exe}))))
|
|
|
|
|
|
|
|
(alias
|
|
|
|
((name runtest)
|
|
|
|
(deps ((alias runtest_ezresto)))))
|