(library
 ((name        ppx_inline_test_runner_lib)
  (public_name ppx_inline_test.runner.lib)
  (c_names (am_testing))
  ;; This dependency is to make sure that Base is linked before this library
  (libraries (base))
  (preprocess no_preprocessing)))

(install ((section lib) (files (runtime.js))))

(jbuild_version 1)
