Added unit tests

This commit is contained in:
a2x
2023-10-14 15:18:52 +10:00
parent acf11ea6c1
commit df7a1d75ca
7 changed files with 93 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
# CS2 Dumper
# cs2-dumper
Tool to automatically dump offsets and interfaces for Counter-Strike: 2.
External offsets/interfaces dumper for Counter-Strike: 2, written in Rust.
# Generated Files
@@ -8,6 +8,10 @@ Generated files are stored in the `generated` directory.
📂 [Pre-generated Files](./generated)
# Running Tests
`cargo test -- --nocapture`
# License
Please refer to the [LICENSE](./LICENSE) file for more details.