ligo/vendors/ocplib-resto/lib_resto-directory/test/jbuild

15 lines
284 B
Plaintext
Raw Normal View History

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