Skip to content

Please add the test-crate dir in your package #6

@tenzap

Description

@tenzap

While trying to package the crate for Debian, we noticed that it is not possible to run the test suite because you don't ship the test-crate dir.

Example of error:

error[E0432]: unresolved import `test_crate`
 --> tests/ok.rs:1:5
  |
1 | use test_crate::*;
  |     ^^^^^^^^^^ use of undeclared crate or module `test_crate`

error: cannot find macro `ok` in this scope
 --> tests/ok.rs:3:1
  |
3 | ok!(it_works);
  | ^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions