Skip to content

Commit

Permalink
Delete wasm-bindgen-test-project-builder
Browse files Browse the repository at this point in the history
No more tests use it!
  • Loading branch information
alexcrichton committed Aug 6, 2018
1 parent c82c8e7 commit b2977a4
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 2,752 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,12 @@ matrix:
env: JOB=test-bindgen
install:
- *INSTALL_NODE_VIA_NVM
- npm ci --verbose
script:
- cargo test --release
- cargo test
- cargo test --target wasm32-unknown-unknown
- WASM_BINDGEN_NO_DEBUG=1 cargo test --target wasm32-unknown-unknown
- cargo test --target wasm32-unknown-unknown --features serde-serialize
- cargo test --target wasm32-unknown-unknown -p no-std
# Check JS output from all tests against eslint
- npm run run-lint-generated-tests
# Check Examples against eslint
- npm run run-lint-examples
addons:
firefox: latest
if: branch = master
Expand Down
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ serde_derive = "1.0"
wasm-bindgen-test-crate-a = { path = 'tests/crates/a' }
wasm-bindgen-test-crate-b = { path = 'tests/crates/b' }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
wasm-bindgen-test-project-builder = { path = "crates/test-project-builder", version = '=0.2.15' }

[workspace]
members = [
"crates/cli",
Expand Down
3 changes: 0 additions & 3 deletions crates/js-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ wasm-bindgen = { path = "../..", version = "0.2.15" }

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = { path = '../test', version = '=0.2.15' }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
wasm-bindgen-test-project-builder = { path = "../test-project-builder", version = '=0.2.15' }
15 changes: 0 additions & 15 deletions crates/test-project-builder/Cargo.toml

This file was deleted.

Loading

0 comments on commit b2977a4

Please sign in to comment.