diff options
-rw-r--r-- | dhall/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index 98878d5..0884a8d 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -14,6 +14,7 @@ include = ["src/**/*", "README.md", "build.rs"] [[test]] name = "spec" harness = false +path = "tests/spec.rs" [dependencies] annotate-snippets = "0.7.0" |