Encode decode tests
* Make more structures Debug Makes easier to println!-debug. * Fix the cmake flags passed to build the decoding library * Make sure to not call partially implemented ith At least the sse4.1 variant is incomplete and triggers an assert. * Do not use SIMD for TxType::IDTX ith The implementation of it is incomplete. * Provide an encode-decode test Use `cargo test --features=decode_test -- --ignored` to run it. * Enable decode_test in travis
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .travis.yml 1 addition, 0 deletions.travis.yml
- Cargo.toml 2 additions, 1 deletionCargo.toml
- build.rs 39 additions, 37 deletionsbuild.rs
- src/lib.rs 193 additions, 4 deletionssrc/lib.rs
- src/partition.rs 1 addition, 1 deletionsrc/partition.rs
- src/plane.rs 3 additions, 0 deletionssrc/plane.rs
- src/transform.rs 81 additions, 24 deletionssrc/transform.rs
Loading
Please register or sign in to comment