SUPERAndroidAnalyzer / dalvik

Dalvik parser in pure Rust.
Apache License 2.0
31 stars 10 forks source link

Add some tests to Value #5

Closed gnieto closed 7 years ago

gnieto commented 7 years ago

Added tests for reading Value for Byte, Short, Char, Int, Long, Float and Double. I'll add missing tests on a further PR

Razican commented 7 years ago

We really need tests, yes. Also, we need to run cargo fmt, could you? (with rustfmt 0.8.1) and check the new minimum version? seems that it's not compiling in Rust 1.13.

gnieto commented 7 years ago

Checking it!

Razican commented 7 years ago

Appveyor versions also need to be updated