Function dylint_testing::ui_test

source ·
pub fn ui_test(name: &str, src_base: &Path)
Expand description

Test a library on all source files in a directory.

  • name is the name of a Dylint library to be tested. (Often, this is the same as the package name.)
  • src_base is a directory containing:
    • source files on which to test the library (.rs files), and
    • the output those files should produce (.stderr files).