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