Skip to content

Commit

Permalink
no-skeptic
Browse files Browse the repository at this point in the history
  • Loading branch information
trobro committed Jul 23, 2024
1 parent 742c5fb commit a3f73ff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions hjson_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@
name = "serde-hjson-tests"
version = "0.8.2"
authors = ["Christian Zangl <[email protected]>"]
build = "build.rs"
edition = "2018"

[build-dependencies]
skeptic = "0.13"

[dependencies]
regex = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde-hjson = { version = "*", path = "../hjson" }
skeptic = "0.13"

[[test]]
name = "test"
Expand Down
3 changes: 0 additions & 3 deletions hjson_tests/build.rs

This file was deleted.

5 changes: 0 additions & 5 deletions hjson_tests/tests/test.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
mod test_hjson;

mod skeptic_tests {

include!(concat!(env!("OUT_DIR"), "/skeptic-tests.rs"));
}

0 comments on commit a3f73ff

Please sign in to comment.