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