ligo/vendors/ocplib-resto/lib_resto-directory/test/dune
2018-08-01 10:52:24 +02:00

13 lines
253 B
Plaintext

(executable
(name resto_test)
(flags (:standard -safe-string))
(libraries ocplib-resto-directory ocplib-resto-json lwt.unix))
(alias
(name runtest_resto)
(action (run %{exe:resto_test.exe})))
(alias
(name runtest)
(deps (alias runtest_resto)))