1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

gamestate analyser wip

This commit is contained in:
Robin Appelman 2019-12-06 18:58:30 +01:00
commit 5f6cfe077e
13 changed files with 379 additions and 9 deletions

View file

@ -195,7 +195,5 @@ fn entity_test(input_file: &str, snapshot_file: &str) {
#[test]
fn entity_test_short() {
better_panic::install();
entity_test("data/small.dem", "data/small_entities.json");
}