Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move tests to phf_macros
  • Loading branch information
sfackler committed Feb 22, 2015
1 parent d4c189a commit 40dbc32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,6 +1,7 @@
language: rust
script:
- (cd phf && cargo test)
- (cd phf_macros && cargo test)
- (cd phf_macros && cargo test --features stats)
- ./.travis/build_docs.sh
after_success:
Expand Down
4 changes: 4 additions & 0 deletions phf_macros/Cargo.toml
Expand Up @@ -25,3 +25,7 @@ version = "=0.6.9"
[dependencies.time]
version = "0.1"
optional = true

[dev-dependencies.phf]
path = "../phf"
version = "=0.6.9"
File renamed without changes.

0 comments on commit 40dbc32

Please sign in to comment.