2017-12-07 00:20:25 +04:00
|
|
|
(executable
|
2018-07-25 23:06:02 +04:00
|
|
|
(name resto_test)
|
|
|
|
(flags (:standard -safe-string))
|
|
|
|
(libraries ocplib-resto-directory ocplib-resto-json lwt.unix))
|
2017-12-07 00:20:25 +04:00
|
|
|
|
|
|
|
(alias
|
2018-07-25 23:06:02 +04:00
|
|
|
(name runtest_resto)
|
|
|
|
(action (run %{exe:resto_test.exe})))
|
2017-12-07 00:20:25 +04:00
|
|
|
|
|
|
|
(alias
|
2018-07-25 23:06:02 +04:00
|
|
|
(name runtest)
|
|
|
|
(deps (alias runtest_resto)))
|