Skip to content

Commit

Permalink
JSON template test for SaveSlot_03.sav
Browse files Browse the repository at this point in the history
  • Loading branch information
scottanderson committed Mar 15, 2024
1 parent 3f5f91a commit e0d7444
Show file tree
Hide file tree
Showing 6 changed files with 482 additions and 214 deletions.
2 changes: 2 additions & 0 deletions tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pub mod features;
pub mod options;
pub mod palworld;
pub mod regression;
pub mod saveslot3;
pub mod slot1;
pub mod vector2d;

Expand All @@ -18,6 +19,7 @@ pub const PACKAGE_VERSION_524_PATH: &str = "resources/test/package_version_524.s
pub const PALWORLD_ZLIB_PATH: &str = "resources/test/palworld_zlib.sav";
pub const PALWORLD_ZLIB_TWICE_PATH: &str = "resources/test/palworld_zlib_twice.sav";
pub const REGRESSION_01_PATH: &str = "resources/test/regression_01.bin";
pub const SAVESLOT_03_PATH: &str = "resources/test/SaveSlot_03.sav";
pub const SLOT1_PATH: &str = "resources/test/Slot1.sav";
pub const SLOT2_PATH: &str = "resources/test/Slot2.sav";
pub const SLOT3_PATH: &str = "resources/test/Slot3.sav";
Expand Down
Loading

0 comments on commit e0d7444

Please sign in to comment.