(lang dune 1.8)
(name qtest)
(version 2.9)
(library
 (name qtest.lib)
 (kind normal)
 (archives (byte lib/qtestlib.cma) (native lib/qtestlib.cmxa))
 (plugins (byte lib/qtestlib.cma) (native lib/qtestlib.cmxs))
 (foreign_archives (native lib/qtestlib.a))
 (main_module_name Qtestlib)
 (modes byte native)
 (modules
  (alias_module
   (name Qtestlib)
   (obj_name qtestlib)
   (visibility public)
   (impl))
  (main_module_name Qtestlib)
  (wrapped true))
 (inline_tests.backend
  (runner_libraries qcheck oUnit bytes)
  (flags :standard)
  (generate_runner (run qtest extract %{impl-files} %{intf-files}))))
