1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 23:11:16 +02:00

Fix cargo test

This commit is contained in:
Eelco Dolstra 2019-12-15 10:47:59 +01:00
parent acb71aa5c6
commit 410acd29c0
2 changed files with 8 additions and 0 deletions

View file

@ -9,6 +9,7 @@ extern crate assert_matches;
#[macro_use]
extern crate proptest;
#[cfg(not(test))]
mod c;
mod error;
mod foreign;